ftp_pure::__construct()
Method of the class: ftp_pure{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ftp_pure = new ftp_pure(); $ftp_pure->__construct( $verb, $le );
- $verb **
- -
Default: FALSE - $le **
- -
Default: FALSE
ftp_pure::__construct() ftp pure:: construct code WP 6.6.2
function __construct($verb=FALSE, $le=FALSE) { parent::__construct(false, $verb, $le); }