ftp_base::ftp_base
Method of the class: ftp_base{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ftp_base = new ftp_base(); $ftp_base->ftp_base( $port_mode );
- $port_mode
- .
Default:FALSE
ftp_base::ftp_base() ftp base::ftp base code WP 7.0
function ftp_base($port_mode=FALSE) {
$this->__construct($port_mode);
}