Search code examples
phpcurlfile-get-contents

Does file_get_contents require --with_curl to access HTTP/HTTPS


Does the file_get_contents require --with_curl to access HTTP/HTTPS?

Checking the php.net didn't seem to be clear, I'd like to know if I can get away with the --with_curloption.


Solution

  • file_get_contents has no option called with_curl