예제 #1
0
파일: aira.php 프로젝트: hpcslag/Aira
 /**
  * Alive
  * 
  * Keep alive even error occurred.
  */
 public static function Alive()
 {
     self::$Die = false;
 }