hex2bin
(No version information available, might only be in SVN)
hex2bin — Converts 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.




