手机
当前位置:查字典教程网 >编程开发 >php教程 >用PHP读注册表
用PHP读注册表
摘要:$shell=newCOM("WScript.Shell")ordie("ThisthingrequiresWindowsScripting...

$shell = new COM("WScript.Shell") or die("This thing requires Windows Scripting Host");

$registry_proxystring = $shell->RegRead

("HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet SettingsProxyServer");

同样可以用RegWrite方法写入

如果有问题,请参考相关资源:[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;Q221081

[/url] (出处:Viphot)

【用PHP读注册表】相关文章:

谈谈PHP语法(4)

使用PHP维护文件系统

对盗链说再见...

PHP中路径问题的解决方案

使用PHP的错误处理

用PHP产生动态的影像图

用PHP动态创建Flash动画

用PHP编程语言开发动态WAP页面

PHP 和 COM

使用PHP和XSL stylesheets转换XML文档

精品推荐
分类导航