PHP 8.1.24 Released!

CachingIterator::current

(PHP 5, PHP 7, PHP 8)

CachingIterator::currentReturn the current element

Descrição

public CachingIterator::current(): mixed
Aviso

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

May return the current element in the iteration.

Parâmetros

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

Valor Retornado

Mixed

Veja Também

add a note

User Contributed Notes

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