首頁 >後端開發 >php教程 >用PHP讀註冊表_PHP教程

用PHP讀註冊表_PHP教程

WBOY
WBOY原創
2016-07-21 16:10:511383瀏覽


$shell = new COM("WScript.Shell") 或 die("This thing requires Windows Scripting Host");
$registry_proxystring = $shell->RegRead
("HKEY_CURRENT_USER\Software\Microsoft\MicrosoftsionWindowssion書\Internet Settings\ProxyServer");

同樣可以用RegWrite方法寫入

如果有問題,請參考相關資源:[url]http://support.microsoft.com/default .aspx?scid=kb;en-us;Q221081
[/url] (出處:Viphot)

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/314151.htmlTechArticle$shell = new COM("WScript.Shell") or die("This thing requires Windows Scripting Host") ; $registry_proxystring = $shell-RegRead ("HKEY_CURRENT_USER\Software\Microsoft\Windows\Cu...
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn