$hexToAscii
Returns a decoded hex string
Usage
$hexToAscii
(
<
hex_encoded_string
>
)
Description
Decodes the <hex_encoded_string> to its ASCII representation.
Examples
echo
$hexToAscii
(
6B76697263
)
See also
$asciitohex
Index
,
Functions