$file->niceSize()
Returns the file size in a human-readable format
$file->niceSize(string|null|false $locale = null): stringParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $locale | string|null|false | null | Locale for number formatting, nullfor the current locale,falseto disable number formatting | 
Return type
string