(PHP 5 >= 5.1.0, PHP 7)
XMLReader::next — Move cursor to next node skipping all subtrees
$name = NULL
] ) : boolPositions cursor on the next node skipping all subtrees.
nameThe name of the next node to move to.
Returns TRUE on success or FALSE on failure.
| Version | Description |
|---|---|
| 8.0.0 |
name is nullable now.
|