SimpleXML
Not to be confused with the variant of the XML language,
Simple XML.
SimpleXML is a PHP extension that allows users to easily manipulate/use XML data. PHP 5+ is required.
Functions
- addAttribute()
- addChild()
- asXML()
- attributes()
- children()
- __construct()
- getDocNamespaces()
- getName()
- getNamespaces()
- registerXPathNamespace()
- xpath()
- simplexml_import_dom
- simplexml_load_file
- simplexml_load_string
External links