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-ftpsockets.php
* @return bool Whether $path is a directory. */ public function is_dir( $path ) {
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |