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

search for in the

XMLReader::getParserProperty> <XMLReader::getAttributeNo
Last updated: Fri, 13 Nov 2009

view this page in

XMLReader::getAttributeNs

(PHP 5 >= 5.1.2)

XMLReader::getAttributeNs名前および URI をもとに、属性の値を取得する

説明

string XMLReader::getAttributeNs ( string $localName , string $namespaceURI )

名前および名前空間 URI をもとにして属性の値を返します。 属性が存在しなかったり、現在位置が要素ノードでなかったりした場合には 空の文字列を返します。

パラメータ

localName

ローカルの名前。

namespaceURI

名前空間の URI。

返り値

属性の値を返します。指定した localName および namespaceURI に属性が見つからなかったり、 現在位置が要素ではなかったりした場合には空の文字列を返します。

参考



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

XMLReader::getParserProperty> <XMLReader::getAttributeNo
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites