bin2hex

Convert binary data into hexadecimal representation (PHP 3>= 3.0.9, PHP 4 )
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.

See also pack() and unpack().

This HTML Help has been published using the chm2web software.