Beispiel #1
0
 protected static function getOs()
 {
     if (is_null(self::$_os)) {
         self::$_os = strtolower(php_uname('s'));
     }
 }