Dale Hersh <mailto:[EMAIL PROTECTED]>
    on Thursday, July 24, 2003 12:41 PM said:

> Lets pretend I have this array called myStuff. If I add two elements
> to myStuff and call the count function, I will get a result of 2. My
> question is how do I re-initialize the array after adding elements so
> when I call the count function on the array, I get a result of 0.

unset($myStuff);

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

Reply via email to