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