手机
当前位置:查字典教程网 >编程开发 >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和MySQL保存和输出图片

用PHP将数据导入到Foxmail

用PHP读取IMAP邮件

用PHP实现文件上传

用 PHP 构建自定义搜索引擎

常用PHP框架功能对比表

PHP环境搭建最新方法

使用PHP维护文件系统

用PHP编写PDF文档生成器

用PHP调用Oracle存储过程

精品推荐
分类导航