ftp_base::_checkCode()publicWP 1.0

<!-- --------------------------------------------------------------------------------------- --> <!-- Private functions --> <!-- --------------------------------------------------------------------------------------- -->

Method of the class: ftp_base{}

No Hooks.

Return

null. Nothing (null).

Usage

$ftp_base = new ftp_base();
$ftp_base->_checkCode();

ftp_base::_checkCode() code WP 6.5.2

function _checkCode() {
	return ($this->_code<400 and $this->_code>0);
}