stripcslashes
Anti-référence Une chaîne s'est échappée à l'aide d'addcslashes ()
Retirez la barre arrière devant "World!":
<span class="token php language-php"><span class="token delimiter important"><? Php</span> <span class="token keyword">Echo</span> <span class="token function">Stripslashes</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"Hello \ World!"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span> <span class="token delimiter important">?></span></span>