Merhaba,

Aşağıdaki kod ile decode edebilirsiniz.

<?php

echo html_entity_decode("&lt;head&gt;
    &lt;meta charset=&quot;utf-8&quot;&gt;
    &lt;title&gt;Welcome&lt;/title&gt;
    &lt;script&gt; var test = &quot;test&quot;; &lt;/script&gt;
&lt;/head&gt;");
İyi çalışmalar.