Please answer this simple SPAM challenge: nine minus zero? (Example: nine)
<?php public static function isEmptyDir($dir){ return (($files = @scandir($dir)) && count($files) <= 2); } ?> better ;)
<< Back to user notes page