您好,欢迎访问一九零五行业门户网

怎么用fopen()打开https的网页

如何用fopen()打开https的网页
$url=https://login.taobao.com/;
$fp=fopen($url,r);
$fcontent=file_get_contents($url);
echo $fcontent;
这个该如何打开啊
------解决方案--------------------
你先配置 php 支持 openssl
其它类似信息

推荐信息