Forum und email

XMLReader::moveToAttributeNs

(PHP 5 >= 5.1.2)

XMLReader::moveToAttributeNs — Move cursor to a named attribute

설명

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

Positions cursor on the named attribute in specified namespace.

매개변수

localName

The local name.

namespaceURI

The namespace URI.

반환값

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