手机
当前位置:查字典教程网 >编程开发 >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编写PDF文档生成器

用Zend Encode编写开发PHP程序

用PHP读取IMAP邮件

使用PHP模拟HTTP认证

用 PHP 构建自定义搜索引擎

对盗链说再见...

常用PHP框架功能对比表

用PHP调用Oracle存储过程

PHP模板引擎SMARTY

利用PHP创建动态图像

精品推荐
分类导航