Mega Code Archive
Categories
/
Php
/
File Directory
Get the file size
Get the file size: filesize
"; return; } print "$f is ".(filesize($f))." bytes
"; } ?>