PHP Manual
DOMElement->getElementsByTagNameNS()
(no version information, might be only in CVS)
DOMElement->getElementsByTagNameNS() -- Get elements by namespaceURI and localNameDescription
class DOMElement {DOMNodeList getElementsByTagNameNS ( string namespaceURI, string localName )
}
This function fetch all the descendant elements with a given
localName and namespaceURI.
Parameters
namespaceURIThe namespace URI.
localNameThe local name. Use * to return all elements within the element tree.
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




