is_readable()
function is_readable(string $filename): bool
Tells whether the filename is readable.
Parameters:
$filename(string)
Returns: bool
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how is_readable is implemented in the compiler, see the internals page.