Richard Quadling wrote:




for ($i = 0, $j = count($a) ; $i < $j ; ++$i) {
}

is a very common way to handle that.

Thanks!

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

Reply via email to