用PHP读注册表
时间:2007-02-17 来源:PHP爱好者
$shell = new COM("WScript.Shell") or die("This thing requires Windows Scripting Host");
$registry_proxystring = $shell->RegRead
("HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet SettingsProxyServer");
同样可以用RegWrite方法写入
如果有问题,请参考相关资源:http://support.microsoft.com/default.aspx?scid=kb;en-us;Q221081
(出处:Viphot)
php爱好者站 http://www.phpfans.net Linux|Apache|IIS.
$registry_proxystring = $shell->RegRead
("HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet SettingsProxyServer");
同样可以用RegWrite方法写入
如果有问题,请参考相关资源:http://support.microsoft.com/default.aspx?scid=kb;en-us;Q221081
(出处:Viphot)
php爱好者站 http://www.phpfans.net Linux|Apache|IIS.
相关阅读 更多 +