- Full name:
get_file_size - Defined in:
cms/core/Shared/Helpers/core.php
Parameters
| Parameter | Type | Description |
|---|---|---|
$file |
string | Filepath |
$digits |
int | Digits to display. |
Return Value
string|bool
Size (KB, MB, GB, TB) on success or false otherwise.
get_file_sizecms/core/Shared/Helpers/core.php| Parameter | Type | Description |
|---|---|---|
$file |
string | Filepath |
$digits |
int | Digits to display. |
string|bool
Size (KB, MB, GB, TB) on success or false otherwise.