SimpleXMLElement->getNamespaces()
(no version information, might be only in CVS)
SimpleXMLElement->getNamespaces() -- Returns namespaces used in documentOpis
class SimpleXMLElement {array getNamespaces ( [bool recursive] )
}
Returns namespaces used in document
Parametry
recursiveIf specified, returns all namespaces used in parent and child nodes. Otherwise, returns only namespaces used in root node.
Zwracane wartości
The getNamespaces method returns an array of namespace names with their associated URIs.
Przykłady
| Poprzedni | Spis treści | Następny |
| SimpleXMLElement->getName() | Początek rozdziału |