Heol on 09/30/11
Last Edited at 09/30/11 10:36pm
function fsize($url) { $x = @filesize($url); return round($x / (1024*1024),2) ;}
Report this snippet Tweet
Comment:
You need to login to post a comment.