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 Getting User Information
PHP Credit Card Number Validation
PHP Unix Time
PHP "PHP Function to Get Current Page URL"
PHP Get current filename as variable
PHP Get week range
PHP Web-based CSV to MySQL Data Import
PHP Calendar
PHP Directory Size Calculator Class
PHP Check PHP Version - Web Tool