Hi,

> Would there be any speed/performance issuse with using something like...
> 
> array_push ( $array, $data );
> 
> vs.
> 
> $array[] = $data;

        They seem to react the same in my test script.

-Dan Joseph

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

Reply via email to