Anil Labs
Tweets by @anillabs
Tuesday, March 16, 2010
Friendly file size for a file using php code
http://www.anil2u.info/2010/03/friendly-file-size-for-a-file-using-php-code/
1 comment:
Ruel
January 12, 2011 at 9:17 AM
I think it should be
while(($filesize / $decr) > 0.9)
and NOT
while(($fileName / $decr) > 0.9)
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
I think it should be
ReplyDeletewhile(($filesize / $decr) > 0.9)
and NOT
while(($fileName / $decr) > 0.9)