XMLReader
PHP Manual

XMLReader::moveToAttributeNs

(PHP 5 >= 5.1.2)

XMLReader::moveToAttributeNsMove cursor to a named attribute

설명

bool XMLReader::moveToAttributeNs ( string $localName , string $namespaceURI )

Positions cursor on the named attribute in specified namespace.

인수

localName

The local name.

namespaceURI

The namespace URI.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.

참고


XMLReader
PHP Manual