| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
simplexml_import_dom
Popis
SimpleXMLElement simplexml_import_dom ( DOMNode node [, string class_name] )This function takes a node of a DOM document and makes it into a SimpleXML node. This new object can then be used as a native SimpleXML element.
Seznam parametrů
nodeA DOM Element node
class_nameYou may use this optional parameter so that simplexml_load_string() will return an object of the specified class. That class should extend the SimpleXMLElement class.
| PÅ™edcházejÃcà | Domů | Dalšà |
| SimpleXMLElement->xpath() | Nahoru |