public function SimpleLdapServer::__destruct in Simple LDAP 7
Same name and namespace in other branches
- 7.2 SimpleLdapServer.class.php \SimpleLdapServer::__destruct()
Destructor.
File
- ./
SimpleLdapServer.class.php, line 120 - Class to handle LDAP server connections and related operations.
Class
- SimpleLdapServer
- Simple LDAP server class.
Code
public function __destruct() {
$this
->unbind();
}