Merhaba,
Aşağıdaki kod ile decode edebilirsiniz.
<?php
echo html_entity_decode("<head>
<meta charset="utf-8">
<title>Welcome</title>
<script> var test = "test"; </script>
</head>");İyi çalışmalar.