| parrotcode: PHP simplexml Library | |
| Contents | Language Implementations | Pipp |

php_simplexml.pir - PHP simplexml Library


SimpleXMLElement::__construct(string data [, int options [, bool data_is_url [, string ns [, bool is_prefix]]]])void SimpleXMLElement::addAttribute(string qName, string value [,string ns])void SimpleXMLElement::addChild(string qName [, string value [, string ns]])string SimpleXMLElement::asXML([string filename])array SimpleXMLElement::attributes([string ns [, bool is_prefix]])object SimpleXMLElement::children([string ns [, bool is_prefix]])string SimpleXMLElement::getDocNamespaces([bool recursive])object SimpleXMLElement::getName()string SimpleXMLElement::getNamespaces([bool recursve])bool SimpleXMLElement::registerXPathNamespace(string prefix, string ns)array SimpleXMLElement::xpath(string path)simplemxml_element simplexml_import_dom(domNode node [, string class_name])simplemxml_element simplexml_load_file(string filename [, string class_name [, int options [, string ns [, bool is_prefix]]]])simplemxml_element simplexml_load_string(string data [, string class_name [, int options [, string ns [, bool is_prefix]]]])
|
|
|