Pergunta

I would like to retrieve the characters is string like :

ea.icefield@

with PHP

Foi útil?

Solução

html_entity_decode() maybe:

echo html_entity_decode('ea.icefield@');

ea.icefield@

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top