You are here

public function LdapServer::hasError in Lightweight Directory Access Protocol (LDAP) 7

Same name and namespace in other branches
  1. 8.2 ldap_servers/LdapServer.class.php \LdapServer::hasError()
  2. 7.2 ldap_servers/LdapServer.class.php \LdapServer::hasError()
2 calls to LdapServer::hasError()
LdapServer::ldapQuery in ldap_servers/LdapServer.class.php
LdapServer::pagedLdapQuery in ldap_servers/LdapServer.class.php
execute a paged ldap query and return entries as one aggregated array

File

ldap_servers/LdapServer.class.php, line 871
Defines server classes and related functions.

Class

LdapServer
LDAP Server Class

Code

public function hasError() {
  return $this->_hasError || $this
    ->ldapErrorNumber();
}