SplFixedArray::next
PHP Manual
PHP Manual»SplFixedArray»SplFixedArray::next

SplFixedArray::next

(PHP 5 >= 5.3.0, PHP 7)

SplFixedArray::nextMove to next entry

Descrizione

public function SplFixedArray::next(): void

Move the iterator to the next array entry.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Nessun valore viene restituito.

To Top