$last = end ( $numbers ); reset ( $numbers );
I thought foreach() already performed a reset()? Why do it again here? thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
$last = end ( $numbers ); reset ( $numbers );
I thought foreach() already performed a reset()? Why do it again here? thnx, Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php