John Meyer wrote:
Richard Lynch wrote:

Do you really mean opendir() or do you mean readdir() ???


readdir().

The point is why do you need to put it as
!==

vs.
!=


They mean different things.

!== means "check the values are not the same AND check their types".

!= means "check the values are not the same".

http://www.php.net/manual/en/language.operators.comparison.php

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Reply via email to