Function __global->_unichrm_hex
Definitions
sources/character_sets.php
- Convert a unicode character hex-number to a utf-8 HTML-entity enabled string. Callback for preg_replace.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$matches | array | required parameter | N/A | N/A | Regular expression match array |
Return
- Converted data (false: could not convert)
- Type: ~string
- Set: N/A
- Range: N/A