如何用fopen()打开https的网页
$url=”https://login.taobao.com/”;
$fp=fopen($
本文来源gao!%daima.com搞$代*!码$网3
搞代gaodaima码url,”r”);
$fcontent=file_get_contents($url);
echo $fcontent;
这个该如何打开啊
——解决方案——————–
你先配置 PHP 支持 OpenSSL
如何用fopen()打开https的网页
$url=”https://login.taobao.com/”;
$fp=fopen($
本文来源gao!%daima.com搞$代*!码$网3
搞代gaodaima码url,”r”);
$fcontent=file_get_contents($url);
echo $fcontent;
这个该如何打开啊
——解决方案——————–
你先配置 PHP 支持 OpenSSL