HEX2BIN
Decodes a hexadecimally encoded binary string
SYNTAX
hex2bin ( string $data ) : string
PARAMETERS
data
Hexadecimal representation of data.
RETURN
Returns the binary representation of the given data or FALSE on failure.
EXAMPLES
data