Skip to content

Kirby 4.1.2

$files->niceSize()

Returns the file size for all files in the collection in a human-readable format

$files->niceSize(string|null|false $locale = null): string

Parameters

Name Type Default Description
$locale string|null|false null Locale for number formatting,
null for the current locale,
false to disable number formatting

Return type

string

Parent class

Kirby\Cms\Files