![]() |
![]() |
$asciiToHexReturns an encoded hex string |
Usage |
|
Description |
Encodes an ASCII string to its hex encoded rappresentation. Please note that since KVS is UNICODE based, this function will first encode the string in UTF8 and then hex-encode. This means that it is substantially only 7bit safe (ASCII codes below 128). |
Syntax Specification |
|
Examples |
echo $asciiToHex("Hello!") |
See also |
$hextoascii |