Question

I would like to retrieve the characters is string like :

ea.icefield@

with PHP

Était-ce utile?

La solution

html_entity_decode() maybe:

echo html_entity_decode('ea.icefield@');

ea.icefield@

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top