コード例 #1
0
ファイル: base.php プロジェクト: VIJAYMYSORE/Event
 public static function SetIsDaemon($isDaemon)
 {
     self::$m_isDaemon = $isDaemon;
 }