Source Code:
(back to article)
<?php $hex = '48656c6c6f2c20576f726c6421'; $string = pack('H*', $hex); echo $string; // Hello, World!
Result:
Report an issue