New Methods
New methods were introduced in 5.2.0:
dom:
-
DOMDocument::registerNodeClass()
- Register extended class used to create base node type
-
DOMElement::setIDAttribute()
- Declares the attribute specified by name to be of type ID
-
DOMElement::setIDAttributeNode()
- Declares the attribute specified by node to be of type ID
-
DOMElement::setIDAttributeNS()
- Declares the attribute specified by local name and namespace URI to be
of type ID
-
DOMNode::C14N([bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]])
- Canonicalize nodes to a string
-
DOMNode::C14NFile(string uri [, bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]])
- Canonicalize nodes to a file
-
DOMNode::getNodePath()
- Gets an xpath for a node
soap:
spl:
Tidy
-
tidyNode tidyNode::getParent()
- Returns the parent node of the current node (Added in PHP 5.2.2)
XMLReader
zip: