I am using PHP to build a web crawler to crawl millions of URLs, what is better for me in terms of performance? file_get_contents
or CURL
?
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Showing posts with label file-get-contents. Show all posts
Showing posts with label file-get-contents. Show all posts
Tuesday, June 5, 2012
file_get_contents VS CURL, what has better performance?
Friday, May 4, 2012
file_get_contents with https?
I'm working on setting up credit card processing and needed to use a workaround for CURL, and the following code worked fine when I was using the test server (which wasn't calling an SSL URL), but now when I am testing it on the working server with https, it doesn't work ("failed to open stream").
Subscribe to:
Posts (Atom)