Function __global->xmlentities
Definitions
sources/xml.php
- XML escape the input string.
- 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 | Input string |
$charset | ?string | Null | N/A | N/A | Charset (null: current) |
Return
- Escaped version of input string
- Type: string
- Set: N/A
- Range: N/A