Salve,
volevo sapere se conoscete un metodo o funzione per fare esattamente quello che fa in php la funzione html_entity_decode()
Grazie anticipatamente
Salve,
volevo sapere se conoscete un metodo o funzione per fare esattamente quello che fa in php la funzione html_entity_decode()
Grazie anticipatamente
cosa fa esattamente?
The html_entity_decode() function converts HTML entities to characters.
The html_entity_decode() function is the opposite of htmlentities().
Converte il testo in una codifica correttamente compatibile con il web(mi servirebbe per la codifica dei caratteri speciali)