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