ftp_base::is_exists
Method of the class: ftp_base{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ftp_base = new ftp_base(); $ftp_base->is_exists( $pathname );
- $pathname(required)
- .
ftp_base::is_exists() ftp base::is exists code WP 7.0
function is_exists($pathname) {
return $this->file_exists($pathname);
}