예제 #1
0
파일: base.php 프로젝트: VIJAYMYSORE/Event
 public static function SetIsDaemon($isDaemon)
 {
     self::$m_isDaemon = $isDaemon;
 }