SimpleXML

From Wikipedia, the free encyclopedia

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


Languages