使用file_get_contents();报错failed to open stream: Unable to find the socket transport "ssl" - did you forget to enable it when you configured php? in D:\phpstudy\phpStudy\WWW\queryPhoneNumber\libs\httpRequest.php on line 35 将php.ini中的 extension=php_openssl.dll 开启就可以了,只要是使用函数file_get_contents访问 https 的网站都要开启
只要是使用函数file_get_contents访问 https 的网站都要开启
Posted 码农编程进阶笔记
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了只要是使用函数file_get_contents访问 https 的网站都要开启相关的知识,希望对你有一定的参考价值。
以上是关于只要是使用函数file_get_contents访问 https 的网站都要开启的主要内容,如果未能解决你的问题,请参考以下文章
如何接收由 file_get_contents() 函数发送的值?
如何解决file_get_contents()函数运行时间过长的问题? - 技术问答
PHP file_get_contents 函数无法使用 Cloudflare(网络服务器代理)
PHP使用file_get_contents函数POST数据