On Wed, Jun 2, 2010 at 1:37 PM, Michael Wallner <m...@php.net> wrote:
> > Now the script: > <?php > ini_set("memory_limit", "2G"); > > function mib($b) { > return $b ? number_format($b/1024/1204, 1, ".", "'") : "?"; > typo: shouldn't this be $b/1024/1024? John