刘sir

春不是叫出来的,是真刀实枪干出来的!

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

文章分类 -  PHP

摘要:function sys_windows() { $objLocator = new COM("WbemScripting.SWbemLocator"); $wmi = $objLocator->ConnectServer(); $prop = $wmi->get("Win32_PnPEntity"); //CPU $cpuinfo = GetWMI($wmi,"Win32_Processor", array("Name","L2CacheSize","NumberOfCo 阅读全文
posted @ 2013-07-02 10:36 刘sir~ 阅读(227) 评论(1) 推荐(0)