php html_entity_decode fonksiyonu çalışmıyor?
Aşağıdaki örneğe göre html_entiy_decode çalışmıyor, neden olabilir?
<?php
$text = 'Değişim günlüğü';
echo html_entity_decode($text);
?>
Aşağıdaki örneğe göre html_entiy_decode çalışmıyor, neden olabilir?
<?php
$text = 'Değişim günlüğü';
echo html_entity_decode($text);
?>