I stumbled upon another magical line that uses the same scheme for logical evaluation. Goes for sure.
while(false !== ( $file = readdir($dir)) )
After pasting this, I'm some kind of suffering from cognitive dissonance, so let me fix it.
while( $file = readdir($dir) )
No comments:
Post a Comment