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, 13 Nov 2009

view this page in

DOMElement::getAttributeNode

(PHP 5)

DOMElement::getAttributeNode属性ノードを返す

説明

DOMAttr DOMElement::getAttributeNode ( string $name )

現在の要素の、name という名前の属性ノードを返します。

パラメータ

name

属性の名前。

返り値

属性ノードを返します。

参考



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, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites