Pregunta

I would like to retrieve the characters is string like :

ea.icefield@

with PHP

¿Fue útil?

Solución

html_entity_decode() maybe:

echo html_entity_decode('ea.icefield@');

ea.icefield@

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top