Property | Type | Description | |
---|---|---|---|
$_name | string | Filename | |
$_path | string | Full path to the file. | |
$_transfer_mode | integer | Mode the file must be transfered in. |
Method | Description | |
---|---|---|
__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 |
return | void |
public get_full_path ( ) : string | ||
return | string |
public get_transfer_mode ( ) : integer | ||
return | integer |
protected int $_transfer_mode | ||
return | integer |