示例#1
0
文件: aira.php 项目: TeaMeow/Aira
 /**
  * Keep Aira alive, so the program won't stop when any error occurred.
  */
 static function alive()
 {
     self::$die = false;
 }