You are here

public function LdapQuery::ldapErrorNumber in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_query/LdapQuery.class.php \LdapQuery::ldapErrorNumber()
  2. 7 ldap_query/LdapQuery.class.php \LdapQuery::ldapErrorNumber()
1 call to LdapQuery::ldapErrorNumber()
LdapQuery::hasError in ldap_query/LdapQuery.class.php

File

ldap_query/LdapQuery.class.php, line 197
Defines server classes and related functions.

Class

LdapQuery
LDAP Server Class.

Code

public function ldapErrorNumber() {
  return FALSE;
}