首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX
›
irudder
›
全部回复第 1 页 / 共 1 页
回复总数
1
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));
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
5338 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 10ms ·
UTC 08:46
·
PVG 16:46
·
LAX 00:46
·
JFK 03:46
Developed with
CodeLauncher
♥ Do have faith in what you're doing.