in arabic page after using this function
function getNodeOuterHTML($n) {
$d = new DOMDocument('1.0');
$b = $d->importNode($n->cloneNode(true),true);
$d->appendChild($b);
$h = $d->saveHTML();
return utf8_decode($h);
}
it gives "رام الله"
its arabic work calls "رام الله"
How can i convert it to that arabic text, it appear in the browser arabic but not in the source