Class SimpleXMLElement
- SimpleXMLElement implements Traversable
Methods summary
-
final public__construct ( mixed $data, mixed $options, mixed $data_is_url, mixed $ns, mixed $is_prefix ) -
publicasXML ( mixed $filename ) -
publicsaveXML ( mixed $filename ) -
publicxpath ( mixed $path ) -
publicregisterXPathNamespace ( mixed $prefix, mixed $ns ) -
publicattributes ( mixed $ns, mixed $is_prefix ) -
publicchildren ( mixed $ns, mixed $is_prefix ) -
publicgetNamespaces ( mixed $recursve ) -
publicgetDocNamespaces ( mixed $recursve, mixed $from_root ) -
publicgetName ( ) -
publicaddChild ( mixed $name, mixed $value, mixed $ns ) -
publicaddAttribute ( mixed $name, mixed $value, mixed $ns ) -
public__toString ( ) -
publiccount ( )
Methods detail
#
final public
__construct( mixed $data, mixed $options, mixed $data_is_url, mixed $ns, mixed $is_prefix )