Revision: 51653
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 30, 2011 22:36 by Heol
Initial Code
function fsize($url) { $x = @filesize($url); return round($x / (1024*1024),2) ; }
Initial URL
Initial Description
Initial Title
Get file size from URL
Initial Tags
file
Initial Language
PHP