PHP Класс ftp\File

Represents an FTP file.
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_name string Filename
$_path string Full path to the file.
$_transfer_mode integer Mode the file must be transfered in.

Открытые методы

Метод Описание
__construct ( string $name, $mode = FTP_BINARY ) : void Constructs a new file.
get_full_path ( ) : string Returns the full path.
get_name ( ) : string Returns the filename.
get_path ( ) : string Returns the file path.
get_transfer_mode ( ) : integer Returns the transfer mode.

Описание методов

__construct() публичный Метод

Constructs a new file.
public __construct ( string $name, $mode = FTP_BINARY ) : void
$name string Filename
Результат void

get_full_path() публичный Метод

Returns the full path.
public get_full_path ( ) : string
Результат string

get_name() публичный Метод

Returns the filename.
public get_name ( ) : string
Результат string

get_path() публичный Метод

Returns the file path.
public get_path ( ) : string
Результат string

get_transfer_mode() публичный Метод

Returns the transfer mode.
public get_transfer_mode ( ) : integer
Результат integer

Описание свойств

$_name защищенное свойство

Filename
protected string $_name
Результат string

$_path защищенное свойство

Full path to the file.
protected string $_path
Результат string

$_transfer_mode защищенное свойство

Mode the file must be transfered in.
protected int $_transfer_mode
Результат integer