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://www.php.net/unsub.php

Reply via email to