Useful notes & manuals
from the
world wide web
L:
P:
Register now!
Format number PHP
Source code from: http://www.php.net/manual/en/function.sprintf.php Created on 09.06.2023 @ 11:47

<?
...
sprintf(_("%.2fMB"), $info->Size / (1024 * 1024));
...
?>

format   number   round   decimal   places
 
Created by THE LOST WEB © 2009-2012