(PHP3 >= 3.0.9, PHP4 )
bin2hex --
Convert binary data into hexadecimal representation
Description
string bin2hex
(string str)
Returns an ASCII string containing the hexadecimal representation
of str. The conversion is done byte-wise
with the high-nibble first.