示例#1
0
文件: Debug.php 项目: Andyyang1981/pi
 /**
  * Disable conditional debug
  *
  * @return void
  */
 function df()
 {
     Debug::enable(false);
 }