¡@

Home 

php Programming Glossary: ent_html5

What do the ENT_HTML5, ENT_HTML401, … modifiers on html_entity_decode do?

http://stackoverflow.com/questions/13745353/what-do-the-ent-html5-ent-html401-modifiers-on-html-entity-decode-do

do the ENT_HTML5 ENT_HTML401 &hellip modifiers on html_entity_decode do Since.. Handle code as XML 1. ENT_XHTML Handle code as XHTML. ENT_HTML5 Handle code as HTML 5. I want to understand what are they for... character for ENT_HTML401 and ENT_XHTML and ENT_XML1 . For ENT_HTML5 however this is considered an invalid character and hence it..