使用https:// urls调用file_get_contents()会出现以下错误:
warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?
Run Code Online (Sandbox Code Playgroud)
我已经阅读了10多个SO问题,所有人都说要启用 extension=php_openssl.dll
我这样做了,我还有问题......
还有什么呢?