프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_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. |
public __construct ( string $name, $mode = FTP_BINARY ) : void | ||
$name | string | Filename |
리턴 | void |
public get_transfer_mode ( ) : integer | ||
리턴 | integer |
protected int $_transfer_mode | ||
리턴 | integer |