Method Parser.HTML()->ignore_tags()
- Method ignore_tags
int ignore_tags(void|int value)
- Description
Do not look for tags at all. Normally tags are matched even when there's no callbacks for them at all. When this is set, the tag delimiters
'<'
and'>'
will be treated as any normal character.