ftp_base::is_existspublicWP 1.0

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() code WP 7.0

function is_exists($pathname) {
	return $this->file_exists($pathname);
}