Function __global->shorten_urlencoded_filename
Definitions
sources/urls_simplifier.php
- Shorten a filename so it will fit in the database.Also see cms_rawurlrecode.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$filename | string | required parameter | N/A | N/A | The filename |
$length | integer | 226 | N/A | N/A | The length |
Return
- The shortened filename
- Type: string
- Set: N/A
- Range: N/A