Function __global->strtr
Definitions
sources_custom/phpstub.php
- Translate certain characters.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$string | string | required parameter | N/A | N/A | Subject |
$replace_pairs | mixed | required parameter | N/A | N/A | Map of translations to do OR from string |
$to | ?mixed | Null | N/A | N/A | To string (null: previous parameter was a map) |
Return
- Result
- Type: string
- Set: N/A
- Range: N/A