AppendIterator::current

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

AppendIterator::currentGets the current value

Descrizione

public AppendIterator::current(): mixed

Gets the current value.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The current value if it is valid or null otherwise.

Vedere anche:

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top