hey folks, hope the new year is treating everyone well.

i was RTFMing yesterday and ran across this piece of code

  while (false !== ($file = readdir($handle))) {

which is similar to stuff i've done

  while ($file = readdir($dir)) {

so, what am i not catching with my code, and what is really going on in the
RTFM code with the "false !==" part?

thanks y'all,
mike

 -- mike cullerton


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to