F::extension()
Gets the extension of a file
F::extension(string $file = null, string $extension = null): stringParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $file | string | null | The filename or path | 
| $extension | string | null | Set an optional extension to overwrite the current one | 
Return type
string