示例#1
0
 /**
  * Close the target connection
  *
  * @return bool
  *   Returns true on success or false on failure.
  */
 public function close()
 {
     return $this->dbObj->close();
 }