Is it all right write something like this:
@list($first, $second) = $array;
or is it better to do length check?
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
@list($first, $second) = $array;
or is it better to do length check?
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php