<?php
$tempstr = 'Mkpfn{"ngcxg"og"cnqpg';
for($i = 0; $i < strlen($tempstr); $i++){
    echo chr( ord(substr($tempstr, $i, 1)) - 2);
}
?>