September 30, 2006
Caching for PHP5 and libcurl
Some day you may find yourself in a situation where repeatedly accessing a remote file with libcurl is too slow and resource-wasteful, but the remote file may be different in an hour so you can’t rely on a local copy to be up to date. When that day comes, this snippet should do the trick.
Note […]

By email





















