Domanda

I would like to retrieve the characters is string like :

ea.icefield@

with PHP

È stato utile?

Soluzione

html_entity_decode() maybe:

echo html_entity_decode('ea.icefield@');

ea.icefield@

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top