Manuál PHP | ||
---|---|---|
Předcházející | Další |
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.
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 | simplexml_load_file |