I would like to know, whether using @ is a good practice. For example, I have an array of unknown length $array.
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



Reply via email to