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