Which is quicker, file_get_contents, fopen(fread) or curl?
Posted
by David B.
on Stack Overflow
See other posts from Stack Overflow
or by David B.
Published on 2010-05-11T05:13:23Z
Indexed on
2010/05/11
5:14 UTC
Read the original article
Hit count: 274
I need to open and read a small XML file on a remote server -- speed is critical.
Which option provides the quickest way of doing business?
© Stack Overflow or respective owner