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; somente 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 add a note

User Contributed Notes

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