I\'m familiar with php\'s function bin2hex() for converting binary data to its hexadecimal representation.
bin2hex()
However, what is the complement function to c
Try pack("H*",$foo).
pack("H*",$foo)
http://us3.php.net/manual/en/function.pack.php