bin2hex

Definition

string bin2hex ( string $str )

Description

Returns an ASCII string containing the hexadecimal representation of str. The conversion is done byte-wise with the high-nibble first.

[More at php.net]

Parameters


loading


Share/bookmark - bin2hex


Global comments