用PHP读注册表
2018-09-07 13:32
阅读:266
$shell = new COM(WScript.Shell) or die(This thing requires Windows Scripting Host);
$registry_proxystring = $shell->RegRead
(HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ProxyServer);
同样可以用RegWrite方法写入
如果有问题,请参考相关资源:[url]
[/url] (出处:Viphot)
上一篇:模仿OSO的论坛(一)
下一篇:解决中英文字符串长度问题函数
评论
亲,登录后才可以留言!