Source Code:
(back to article)
<?php $string = 'Hello=20World!'; echo quoted_printable_decode($string); ?>
Result:
Report an issue