DOMElement->getAttribute

(no version information, might be only in CVS)

DOMElement->getAttribute -- Restituisce il valore di un attributo

Descrizione

string DOMElement->getAttribute ( string name )

Restituisce il valore dell'attributo con nome name per il nodo corrente. Se non viene trovato alcun attributo con il nome dato, la funzione restituisce una stringa vuota.

Vedere anche DOMElement->setAttribute()