PHP 8.5.0 Alpha 1 available for testing

Voting

: nine minus zero?
(Example: nine)

The Note You're Voting On

Btx
16 years ago
<?php
public static function isEmptyDir($dir){
return ((
$files = @scandir($dir)) && count($files) <= 2);
}
?>

better ;)

<< Back to user notes page

To Top