ftp_base::ftp_base()publicWP 1.0

Method of the class: ftp_base{}

No Hooks.

Return

null. Nothing (null).

Usage

$ftp_base = new ftp_base();
$ftp_base->ftp_base( $port_mode );
$port_mode **
-
Default: FALSE

ftp_base::ftp_base() code WP 6.5.2

function ftp_base($port_mode=FALSE) {
	$this->__construct($port_mode);
}