Method Parser.HTML()->max_parse_depth()
- Method max_parse_depth
int max_parse_depth(void|int value)
- Description
Maximum recursion depth during parsing. Recursion occurs when a tag/container/entity/quote tag callback function returns a string to be reparsed. The default value is
10
.