LdapTools\Connection\LastErrorStrategy::getErrorNumber PHP Méthode

getErrorNumber() public méthode

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