dump_html_tree()
dump_html_tree( $node, $show_attr = true, $deep)
Parameters
| $node | ||
| $show_attr | ||
| $deep |
| simple_html_dom | simple html dom parser Paperg - in the find routine: allow us to specify that we want case insensitive testing of the value of the selector. |
| simple_html_dom_node | simple html dom node PaperG - added ability for "find" routine to lowercase the value of the selector. |
file_get_html( $url, $use_include_path = false, $context = null, $offset = -1, $maxLen = -1, $lowercase = true, $forceTagsClosed = true, $target_charset = DEFAULT_TARGET_CHARSET, $stripRN = true, $defaultBRText = DEFAULT_BR_TEXT, $defaultSpanText = DEFAULT_SPAN_TEXT)
| $url | ||
| $use_include_path | ||
| $context | ||
| $offset | ||
| $maxLen | ||
| $lowercase | ||
| $forceTagsClosed | ||
| $target_charset | ||
| $stripRN | ||
| $defaultBRText | ||
| $defaultSpanText |
str_get_html( $str, $lowercase = true, $forceTagsClosed = true, $target_charset = DEFAULT_TARGET_CHARSET, $stripRN = true, $defaultBRText = DEFAULT_BR_TEXT, $defaultSpanText = DEFAULT_SPAN_TEXT)
| $str | ||
| $lowercase | ||
| $forceTagsClosed | ||
| $target_charset | ||
| $stripRN | ||
| $defaultBRText | ||
| $defaultSpanText |