/ Published in: PHP
URL: http://bytes.com/topic/php/answers/7353-simple-delete-array
Expand |
Embed | Plain Text
// by the position (offset) // by the key // if using associative arrays 'apple' => 1 'banana' => 2, 'grape' => 3, 'lime' => 4 );
You need to login to post a comment.
