/ Published in: PHP
Expand |
Embed | Plain Text
function download($url, $cache_time=0) { { } else { file_put_contents($cache_file, $file); } return $file; }
You need to login to post a comment.
Keef on 04/28/09
4 people have marked this snippet as a favorite
Jdub7
Dean_IconWeb
BrianCoyDesign
ash_hitch
function download($url, $cache_time=0) { { } else { file_put_contents($cache_file, $file); } return $file; }
You need to login to post a comment.