示例#1
0
文件: It.php 项目: anton-itscript/WM
 protected static function getOs()
 {
     if (is_null(self::$_os)) {
         self::$_os = strtolower(php_uname('s'));
     }
 }