コード例 #1
0
ファイル: DBConnRef.php プロジェクト: paladox/mediawiki
 /**
  * Clean up the connection when out of scope
  */
 function __destruct()
 {
     if ($this->conn !== null) {
         $this->lb->reuseConnection($this->conn);
     }
 }