コード例 #1
0
ファイル: phing.php プロジェクト: hkilter/OpenSupplyChains
 /**
  * Stops capturing PHP errors to a buffer.
  * The errors will once again be logged after calling this method.
  */
 public static function stopPhpErrorCapture()
 {
     self::$phpErrorCapture = false;
 }