<!DOCTYPE html>
<html>
<body>

<?php
$str = "I=0Alove=0AShanghai!";
echo quoted_printable_decode($str);
?>

</body>
</html>