Prado\I18N\core\Gettext\TGettext_MO::_read PHP Method

_read() public method

_read
public _read ( integer $bytes = 1 ) : mixed
$bytes integer
return mixed
    function _read($bytes = 1)
    {
        if (0 < ($bytes = abs($bytes))) {
            return fread($this->_handle, $bytes);
        }
        return null;
    }