Method Parser.HTML()->lazy_entity_end()
- Method
lazy_entity_end
int
lazy_entity_end(void
|int
value
)- Description
Normally, the parser search indefinitely for the entity end character (i.e.
';'
). When this flag is set, the characters'&'
,'<'
,'>'
,'"'
,'''
, and any whitespace breaks the search for the entity end, and the entity text is then ignored, i.e. treated as data.