PHP
XML

XMLReader::next

XMLReader::next

(PHP 5 >= 5.1.0, PHP 7)

XMLReader :: next - 将光标移动到跳过所有子树的下一个节点

描述

public bool XMLReader::next ([ string $localname ] )

将光标定位在跳过所有子树的下一个节点上。

参数

localname

要移至的下一个节点的名称。

返回值

成功时返回TRUE或失败时返回FALSE

扩展内容

  • XMLReader :: moveToNextAttribute() - 将光标定位在下一个属性上

  • XMLReader :: moveToElement() - 将光标定位在当前属性的父元素上

  • XMLReader :: moveToAttribute() - 将光标移动到指定的属性

← XMLReader::moveToNextAttribute

XMLReader::open →