Summery Summery
Checks if a file is readable.
Syntax Syntax
Parameters Parameters
- $file
-
(Required) Path to file.
Return Return
(bool) Whether $file is readable.
Source Source
File: wp-admin/includes/class-wp-filesystem-ssh2.php
* @param string $file File path. * @return bool Whether $file is a file. */
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |