<?php is_readable(string $filename): bool
<?php public function isReadable($path) { return is_readable($path); }