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 Query redirection
PHP Change file upload name using Code Igniter
PHP Insertion sort
PHP Show Related Posts @ Single Post
PHP Disable Self Pingback in WordPress | PHP Function
PHP Remove non-alphanumeric characters
PHP IP Deny using Array
PHP IP Proxy check
PHP Web-Based Random Post Generator
PHP Duff's device