Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
SimpleXMLElement->getNamespaces()
(no version information, might be only in CVS)
SimpleXMLElement->getNamespaces() -- Returns namespaces used in documentPopis
class SimpleXMLElement {array getNamespaces ( [bool recursive] )
}
Returns namespaces used in document
Seznam parametrů
recursive
If specified, returns all namespaces used in parent and child nodes. Otherwise, returns only namespaces used in root node.
Návratové hodnoty
The getNamespaces method returns an array of namespace names with their associated URIs.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
SimpleXMLElement->getName() | Nahoru |