コード例 #1
0
 /**
  *
  */
 public function __destruct()
 {
     $this->adldap->close();
 }
コード例 #2
0
 /**
  *
  */
 public function __destruct()
 {
     //Need to manually close the connection
     $this->adldap->close();
 }