ftp_base::_checkCode
<!-- --------------------------------------------------------------------------------------- --> <!-- Private functions --> <!-- --------------------------------------------------------------------------------------- -->
Method of the class: ftp_base{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ftp_base = new ftp_base(); $ftp_base->_checkCode();
ftp_base::_checkCode() ftp base:: checkCode code WP 7.0
function _checkCode() {
return ($this->_code<400 and $this->_code>0);
}