note 85961 modified in function.is-dir by felipe

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
<?php
public static function isEmptyDir($dir){
     return (($files = @scandir($dir)) && count($files) <= 2);
}
?>

better ;)

--was--
public static function isEmptyDir($dir){
     return (($files = @scandir($dir)) && count($files) <= 2);
}

better ;)

http://php.net/manual/en/function.is-dir.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.