downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DOMElement::getAttributeNodeNS> <DOMElement::getAttribute
Last updated: Fri, 06 Nov 2009

view this page in

DOMElement::getAttributeNode

(PHP 5)

DOMElement::getAttributeNodeReturns attribute node

Opis

DOMAttr DOMElement::getAttributeNode ( string $name )

Returns the attribute node with name name for the current element.

Parametry

name

The name of the attribute.

Zwracane wartości

The attribute node.

Zobacz też:



add a note add a note User Contributed Notes
DOMElement::getAttributeNode
Alex
18-Feb-2009 04:33
Just trying to add some clarification: this function will return boolean "false" when there is not a $name attribute :)

Cheers, Alex

DOMElement::getAttributeNodeNS> <DOMElement::getAttribute
Last updated: Fri, 06 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites