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-ftpext.php
*/ public function exists( $file ) { $list = ftp_nlist( $this->link, $file );
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |