echo system('systeminfo');
echo "系统类型".php_uname("s")."<br>"; echo "系统版本号".php_uname("r")."<br>"; echo "服务器cpu数".$_SERVER['PROCESSOR_IDENTIFIER'];