Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS

English version  

Optionforex
Apri con minimo di € 200,00 conto di trading ed inizia ad operare. Guadagni in meno di 1 ora 70% in caso di previsione uguale al tuo acquisto. In casi di mancata previsione perdi 85%. Vietato ai minori 18 anni.
Acquisto vino enoteca online
Enoteca Le Cantine Dei Dogi propone vini, distillati, birre, olii, aceti e prodotti di gastronomia. Consegna in 24-48 ore in Italia, consegna in tutto il mondo.

GoldenWeb.it Directory "Premium" Links - Il tuo link qui...



DOMDocument->getElementsByTagNameNS

(no version information, might be only in CVS)

DOMDocument->getElementsByTagNameNS --  Searches for all elements with given tag name in specified namespace.

Description

object DOMDocument->getElementsByTagNameNS ( string namespaceURI, string localName)

This function returns a new instance of class DOMNodeList containing the elements with tagnames matching the localName parameter and in the namespaceURI namespace. Use "*" for the name to return all elements within the document.