On Friday 11 July 2003 04:50, jwulff wrote:
> How do i remove an element of an array by its key?  I've tried
> array_s(p)lice to no avail.  Either it chops too much or too little with
> seemingly no logic.  The array is of unkown and variable size if that makes
> a difference.  Thanks, John.

unset()

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Sometimes, too long is too long.
                -- Joe Crowe
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to