On Thu, 12 Jun 2003 10:13:10 -0400, James E Hicks III wrote:

>There's got to be an easier way, is there?
>
>for ($i=0; $i < count($the_array); $i++){
>       array_pop($the_array);
>}

Maybe this:

unset( $the_array );




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

Reply via email to