bin2hex

 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.

戻り値

Returns the hexadecimal representation of the given string.