コード例 #1
0
ファイル: OciDbConnection.php プロジェクト: Szaharov/GCB
 /**
  * Closes the currently active Oracle DB connection.
  * It does nothing if the connection is already closed.
  */
 protected function close()
 {
     Yii::trace('Closing Oracle connection', 'ext.oci8Pdo.OciDbConnection');
     parent::close();
 }