$asciiToHex

Returns an encoded hex string
Usage
$asciiToHex(<ascii_string>)
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
<string> $asciiToHex(<ascii_string:string>)
Examples
echo $asciiToHex("Hello!")
See also
$hextoascii

Index, Functions
KVIrc 4.0.3.4984 Documentation
Generated by builder at Fri Nov 12 01:12:46 2010