On Thu, 2002-04-25 at 12:22, Liam Gibbs wrote:
> I've been checking the PHP documentation, but can't
> find a function that will delete a member of an array,
> like such:
> 
> $a = array(1, 2, 3, 4, 5);
> 
> Use the function, say array_delete($a, 3); and that
> will delete the third member in the array (which would
> be 4 above), so that the array would contain 1, 2, 3,
> 5.
> 
> Is there such a function?

  http://www.php.net/unset


-- 
 Torben Wilson <[EMAIL PROTECTED]>
 http://www.thebuttlesschaps.com
 http://www.hybrid17.com
 http://www.inflatableeye.com
 +1.604.709.0506


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

Reply via email to