Re: [PHP] Remove an element from associative array

2008-09-26 Thread Stut
On 26 Sep 2008, at 21:15, It flance wrote: is there any predefined function in php that allows to remove an element from an associative array? http://php.net/unset unset($array['key']); -Stut -- http://stut.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:

[PHP] Remove an element from associative array

2008-09-26 Thread It flance
Hi, is there any predefined function in php that allows to remove an element from an associative array? Thank you -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php