RegRead("HKEY_CURRENT_USER\\Sof 无争山庄资源网更新日期:2024/11/18" />
网络编程 
首页 > 网络编程 > 浏览文章

用PHP读注册表

(编辑:jimmy 日期: 2024/11/18 浏览:3 次 )

$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]http://support.microsoft.com/default.aspx?scid=kb;en-us;Q221081
[/url] (出处:Viphot)
上一篇:用PHP编程语言开发动态WAP页面
下一篇:用PHP调用数据库的存贮过程