Simple HTML DOM documentation
PHP Simple HTML DOM Parser
Requirements
Quick Start
FAQ
Manual
Creating HTML DOM objects
Finding HTML Elements
Accessing HTML element attributes
Traversing the DOM tree
Saving DOM objects
Customizing Parsing behavior
Adding Nodes to the DOM
API
API Reference
Constants
Definitions
str_get_html
file_get_html
simple_html_dom
simple_html_dom
__construct
__destruct
load
load_file
set_callback
remove_callback
save
find
clear
dump
prepare (protected)
parse (protected)
parse_charset (protected)
read_tag (protected)
parse_attr (protected)
link_nodes (protected)
as_text_node (protected)
skip (protected)
copy_skip (protected)
copy_until (protected)
copy_until_char (protected)
remove_noise (protected)
restore_noise (protected)
search_noise (protected)
__toString
__get
childNodes
firstChild
lastChild
createElement
createTextNode
getElementById
getElementsById
getElementByTagName
getElementsByTagName
loadFile
simple_html_dom_node
simple_html_dom_node
__construct
__destruct
__get
__isset
__set
__toString
__unset
addClass
appendChild
childNodes
children
clear
convert_text
dump
dump_node
find
find_ancestor_tag
first_child
firstChild
get_display_size
getAllAttributes
getAttribute
getElementById
getElementByTagName
getElementsById
getElementsByTagName
has_child
hasAttribute
hasChildNodes
hasClass
innertext
is_utf8 (static)
last_child
lastChild
makeup
match (protected)
next_sibling
nextSibling
nodeName
outertext
parent
parentNode
parse_selector (protected)
prev_sibling
prevSibling
remove
removeAttribute
removeChild
removeClass
save
seek (protected)
setAttribute
text
xmltext
Simple HTML DOM documentation
»
API »
simple_html_dom »
__destruct
__destruct
__destruct ()
Destroys the current object and clears memory.
« Previous
Next »