首页
注册
登录
irudder 最近的时间轴更新
irudder
V2EX 第 301612 号会员,加入于 2018-03-20 09:19:10 +08:00
irudder
提问
技术话题
好玩
工作信息
交易信息
城市相关
irudder 最近回复了
2019-04-02 09:30:35 +08:00
回复了
xiaoyong
创建的主题
›
PHP
›
在函数 file_get_contents():中使用 https 协议时出错
遇到同样的问题
解决办法:
$stream_opts = [
"ssl" => [
"verify_peer"=>false,
"verify_peer_name"=>false,
]
];
$response = file_get_contents("
https://www.example.com
",
false, stream_context_create($stream_opts));
»
irudder 创建的更多回复
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
5781 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms ·
UTC 06:13
·
PVG 14:13
·
LAX 22:13
·
JFK 01:13
Developed with
CodeLauncher
♥ Do have faith in what you're doing.