SimpleXMLIterator::rewind

(PHP 5, PHP 7, PHP 8)

SimpleXMLIterator::rewindRecomeça o SimpleXML

Descrição

SimpleXMLIterator::rewind(): void
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Não há valor retornado.

add a note add a note

User Contributed Notes 1 note

up
-1
Joachim Kruyswijk
2 years ago
There will be no current element (NULL) if you don't rewind first.
To Top