PHP 8.3.4 Released!

CachingIterator::current

(PHP 5, PHP 7, PHP 8)

CachingIterator::currentReturn the current element

Descrizione

public CachingIterator::current(): mixed
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

May return the current element in the iteration.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Mixed

Vedere anche:

add a note

User Contributed Notes

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