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