public function LdapQuery::ldapErrorNumber in Lightweight Directory Access Protocol (LDAP) 7
Same name and namespace in other branches
- 8.2 ldap_query/LdapQuery.class.php \LdapQuery::ldapErrorNumber()
- 7.2 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 177 - Defines server classes and related functions.
Class
- LdapQuery
- LDAP Server Class
Code
public function ldapErrorNumber() {
// if ($this->connection && ldap_errno($this->connection)) {
// return ldap_errno($this->connection);
// }
// else {
return FALSE;
// }
}