LdapTools\Connection\LastErrorStrategy::getErrorNumber PHP 메소드

getErrorNumber() 공개 메소드

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