Checks if a file is readable.
Parameters
$filestringrequired- Path to file.
Source
public function is_readable( $file ) { return true; } Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
Checks if a file is readable.
$filestringrequiredpublic function is_readable( $file ) { return true; } | Version | Description |
|---|---|
| 2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.