标签: php curl
我有两天problems通过cURL完成任务。是否有另一种方法可以在PHP中使用HTTPS连接获取页面内容?
答案 0 :(得分:2)
file_get_contents(即流包装)
file_get_contents
答案 1 :(得分:1)
fsockopen() perhaps?
fsockopen()