ftp_base::is_exists()
Метод класса: ftp_base{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$ftp_base = new ftp_base(); $ftp_base->is_exists( $pathname );
- $pathname (обязательный)
- -
Код ftp_base::is_exists() ftp base::is exists WP 6.1.1
function is_exists($pathname) { return $this->file_exists($pathname); }