LdapTools\Connection\LastErrorStrategy::getErrorNumber PHP Method

getErrorNumber() public method

Get the last error number from LDAP.
public getErrorNumber ( ) : integer
return integer
    public function getErrorNumber()
    {
        return ldap_errno($this->connection);
    }