XML_Util::splitQualifiedName()

XML_Util::splitQualifiedName() -- split qualified name

Referentiesamenvatting

require_once 'XML/Util.php';

array XML_Util::splitQualifiedName (string $qname [, string $defaultNs = NULL])

Beschrijving

Splits a qualified name and returns array with namespace and local part.

Parameter

Return waarde

array assoc array containing namespace and local part of the tag

Note

Deze functie zou statisch moeten worden aangeroepen.