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