用PHP读注册表
更新时间:2006年10月09日 00:00:00 作者:
$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)
相关文章
php环境配置 php5 MySQL5 apache2 phpmyadmin安装与配置图文教程
php环境的配置,对于新手来说,绝对是一件烦事.总会遇到这样那样的问题,走很多弯路.2007-03-03
PHP get_html_translation_table()函数用法讲解
今天小编就为大家分享一篇关于PHP get_html_translation_table()函数用法讲解,小编觉得内容挺不错的,现在分享给大家,具有很好的参考价值,需要的朋友一起跟随小编来看看吧2019-02-02


最新评论