XMLReader::moveToAttributeNo
XMLReader::moveToAttributeNo
(PHP 5 >= 5.1.0, PHP 7)
XMLReader :: moveToAttributeNo - 通过索引将光标移动到某个属性
描述
public bool XMLReader::moveToAttributeNo ( int $index )
根据其位置将光标定位在属性上。
参数
index
属性的位置。
返回值
成功时返回TRUE
或失败时返回FALSE
。
扩展内容
- XMLReader :: moveToElement() - 将光标定位在当前属性的父元素上
- XMLReader :: moveToAttribute() - 将光标移动到指定的属性
- XMLReader :: moveToAttributeNs() - 将光标移动到指定的属性
- XMLReader :: moveToFirstAttribute() - 将光标定位在第一个属性上
← XMLReader::moveToAttribute
XMLReader::moveToAttributeNs →