Function __global->hex2bin
Definitions
sources_custom/phpstub.php
- Convert a hexadecimal representation of data (in string form) into binary data (in string form).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$str | string | required parameter | N/A | N/A | Hex string |
Return
- Binary string
- Type: string
- Set: N/A
- Range: N/A