suche nach in der

SimpleXMLElement::addAttribute> <Behandlung von XML-Fehlern
Last updated: Fri, 18 May 2012

view this page in

The SimpleXMLElement class

(No version information available, might only be in SVN)

Einführung

Represents an element in an XML document.

Klassenbeschreibung

SimpleXMLElement implements Traversable {
/* Methoden */
final public __construct ( string $data [, int $options = 0 [, bool $data_is_url = false [, string $ns = "" [, bool $is_prefix = false ]]]] )
public void addAttribute ( string $name [, string $value [, string $namespace ]] )
public SimpleXMLElement addChild ( string $name [, string $value [, string $namespace ]] )
public mixed asXML ([ string $filename ] )
public SimpleXMLElement attributes ([ string $ns = NULL [, bool $is_prefix = false ]] )
public SimpleXMLElement children ([ string $ns [, bool $is_prefix = false ]] )
public int count ( void )
public array getDocNamespaces ([ bool $recursive = false ] )
public string getName ( void )
public array getNamespaces ([ bool $recursive = false ] )
public bool registerXPathNamespace ( string $prefix , string $ns )
public array xpath ( string $path )
}

Inhaltsverzeichnis



add a note add a note User Contributed Notes
SimpleXMLElement
There are no user contributed notes for this page.