CachingIterator::current

(PHP 5, PHP 7, PHP 8)

CachingIterator::currentDevuelve el elemento actual

Descripción

public CachingIterator::current(): mixed
Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Devuelve el elemento actual en el iterador.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Mixed

Ver también

add a note

User Contributed Notes

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