PHP的readfile函数和file_get_contents函数错误: Unable to find the wrapper "https"

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_38287952/article/details/82669377

今天使用 curl 请求的时候,出现了 file_get_contents Unable to find the wrapper "https" 这个问题。

解决办法:在 php.ini文件中开启  extension=php_openssl.dll 扩展。

猜你喜欢

转载自blog.csdn.net/qq_38287952/article/details/82669377
今日推荐