bin2hex
function call:
string bin2hex( string $string )
description:
Returns an ASCII string containing the hexadecimal representation of $str. The conversion is done byte-wise with the high-nibble first.
test bin2hex online:
string bin2hex( string $string )
description:
Returns an ASCII string containing the hexadecimal representation of $str. The conversion is done byte-wise with the high-nibble first.
test bin2hex online: