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ů
node
A DOM Element node
class_name
You 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 |