SimpleXML
From Seo Wiki - Search Engine Optimization and Programming Languages
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.
[edit] Functions
- addAttribute()
- addChild()
- asXML()
- attributes()
- children()
- __construct()
- getDocNamespaces()
- getName()
- getNamespaces()
- registerXPathNamespace()
- xpath()
- simplexml_import_dom
- simplexml_load_file
- simplexml_load_string
[edit] External links
| File:HelloWorld.svg | This programming language-related article is a stub. You can help Wikipedia by expanding it. |