PHP filesize (decimal places) hep!
Posted: Sat May 18, 2002 9:53 pm
Hey, how do i use filesize() so that it only shows the file size out to 2 decimal places? PHP.net seems to be down, so anyone that can help, thanks!
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$size = ($size/1024);