PHP » GoLang |
login |
register |
about
|
GoLang SplFileInfo::isReadable
request it (339)
GoLang replacement for PHP's SplFileInfo::isReadable
[edit | history]
SplFileInfo::isReadable(PHP 5 >= 5.1.2, PHP 7) SplFileInfo::isReadable — Tells if file is readable Description
public bool SplFileInfo::isReadable
( void
)
Check if the file is readable. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 SplFileInfo::isReadable() example
<?php The above example will output something similar to: bool(true) bool(false) |
more
Recently updated
more
Most requested
more
Last requests
|