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 My Proxy
PHP Create an array
PHP Last time a file was modified
PHP "PHP Function to Get Current Page URL"
PHP URL Validation
PHP Simple way to get extension
PHP Making RGB Colors to HEX
PHP Checkbox Mark and detection
PHP Months array
PHP HTTPd Software Version Detection