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

search for in the

DOMElement::getElementsByTagName> <DOMElement::getAttributeNodeNS
Last updated: Fri, 13 Nov 2009

view this page in

DOMElement::getAttributeNS

(PHP 5)

DOMElement::getAttributeNS属性の値を返す

説明

string DOMElement::getAttributeNS ( string $namespaceURI , string $localName )

現在のノードから、名前空間 namespaceURI における localName というローカル名の属性の値を取得します。

パラメータ

namespaceURI

名前空間 URI。

localName

ローカル名。

返り値

属性の値、あるいは localName および namespaceURI に対応する属性が 見つからなかった場合には空の文字列を返します。

参考



add a note add a note User Contributed Notes
DOMElement::getAttributeNS
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites