String Functions
PHP Manual

hex2bin

(No version information available, might only be in SVN)

hex2binConverts the hex representation of data to binary

Description

string hex2bin ( string $data )

Warning

This function is currently not documented; only its argument list is available.

Parameters

data

Hexadecimal representation of data.

Return Values

Returns the binary representation of the given data.

See Also


String Functions
PHP Manual