CODE
LIBARY.COM
Home
/
PHP
PHP Showing the file size in kilobytes
Showing the file size in kilobytes
<? $file = "index.php"; echo round(filesize($file)/1024,2)." KB"; ?>
$file = "index.php"; echo round(filesize($file)/1024,2)." KB"; ?>
Copy to Clipboard
Related Snippets
PHP Months array
PHP Checkbox Mark and detection
PHP Curl
PHP Google Wesite Rank Check
PHP GD Clock
PHP GD Vertical Arrow
PHP "Get Random Posts with Matching Tags in PHP"
PHP Random number using microtime
PHP Get current filename as variable
PHP Text to Image using while