|
PHP5中文手册
XMLReader::moveToAttributeNo(PHP 5 >= 5.1.2) XMLReader::moveToAttributeNo — Move cursor to an attribute by index 说明XMLReader
bool
moveToAttributeNo
( int $index
)
Positions cursor on attribute based on its position. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |