parent
a4cf06ba77
commit
82b7bff7f7
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ if (! function_exists('human_readable')) {
|
|||
$i = 0;
|
||||
while (($path / 1024) > 0.9) {
|
||||
$path = $path / 1024;
|
||||
++$i;
|
||||
$i++;
|
||||
}
|
||||
|
||||
return round($path, $precision) . ['B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'][$i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue