예제 #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;
 }