Exemple #1
0
 public function __destruct()
 {
     if ($this->result != NULL) {
         $this->result->close();
     }
     scaliendb_client::SDBP_Destroy($this->cptr);
 }