IS_READABLE
Tells whether a file exists and is readable
SYNTAX
is_readable ( string $filename ) : bool
PARAMETERS
filename
Path to the file.
RETURN
Returns TRUE if the file or directory specified by filename exists and is readable, FALSE otherwise.
EXAMPLES
readable
not readable