Is their a 1 function method to remove an element within an array using its
key instead of its position within the array?

I am looking for a substitution for placing removing an element without
having to make another array just to list all the array elements and then
using that to specify where to splice.


"David Duong" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Is their 1 function method to remove an element within an array using its
> key instead of its position within the element?
>
> I am looking for a substitution for placing removing an element without
> having to make another array just to list all the array elements and then
> using that to specify where to splice.
>
>



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

Reply via email to