XMLReader::next

(PHP 5 >= 5.1.0, PHP 7)

XMLReader::nextMove cursor to next node skipping all subtrees

Descrierea

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

Positions cursor on the next node skipping all subtrees.

Parametri

localname

The name of the next node to move to.

Valorile întoarse

Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eșecului.

A se vedea și