欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

用PHP读注册表_PHP教程

程序员文章站 2023-12-28 14:32:58
...
$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)

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/314151.htmlTechArticle$shell = new COM("WScript.Shell") or die("This thing requires Windows Scripting Host"); $registry_proxystring = $shell-RegRead ("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\Cu...

上一篇:

下一篇: