XMLReader::moveToAttributeNo
(PHP 5 >= 5.1.0)
XMLReader::moveToAttributeNo — Move cursor to an attribute by index
Açıklama
bool
XMLReader::moveToAttributeNo
( int
$index
)Positions cursor on attribute based on its position.
Değiştirgeler
-
index -
The position of the attribute.
Dönen Değerler
Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.
Ayrıca Bakınız
- XMLReader::moveToElement() - İmleci geçerli özniteliğin ebeveyn elemanına konumlar
- XMLReader::moveToAttribute() - İmleci ismi belirtilen özniteliğe konumlar
- XMLReader::moveToAttributeNs() - Move cursor to a named attribute
- XMLReader::moveToFirstAttribute() - İmleci ilk özniteliğe konumlar
There are no user contributed notes for this page.
