Source Rally PHP Community Scripts .. Sign up .. Login
Format a value of bytes to megabytes (MB)
Access: Public      Tags: mb, bytes, format
Add to favourites       Subscribe comments       Copy code       Bookmark
<?
function MBFormat($bytes,$decimals=1)
{
    return 
number_format($bytes/(1024*1024),$decimals);
}
?>
Add to favourites       Subscribe comments       Copy code       Bookmark
Sign up to add your own comment here!

Shared by:

regin

Mail user Add to friends
All user contributed content is available under the LGPL unless specified otherwise.
Remaining copyrights Regin Gaarsmand © 2006-2008
About SourceRally.net
Programador PHP