gpt4 book ai didi

php - XAMPP 和 file_get_contents ("https://...")

转载 作者:行者123 更新时间:2023-12-04 13:18:29 27 4
gpt4 key购买 nike

我已经尝试在 xampp 上运行下一个代码:

$url2="https://....";
$content=file_get_contents($url2);

这就是我遇到的错误:

Warning: file_get_contents() [function.file-get-contents]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\xampp\htdocs\whoTalk\sys\user.php on line 38

为了能够获取 https://包装器的 url 的内容,我必须做什么?

提前致谢

最佳答案

在您的 php.ini 中搜索以下内容:

extension=php_openssl.dll

如果它在那里并被评论,取消评论。如果不存在,请添加它:-)

关于php - XAMPP 和 file_get_contents ("https://..."),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11453487/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com