SimpleXML
From Wikipedia, the free encyclopedia
Not to be confused with the variant of the XML language, Simple XML.
|
|
The topic of this article may not meet Wikipedia's general notability guideline. Please help to establish notability by adding reliable, secondary sources about the topic. If notability cannot be established, the article is likely to be merged, redirected, or deleted. (November 2011) |
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
| This programming language-related article is a stub. You can help Wikipedia by expanding it. |