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