PHP 8.5.0 Alpha 2 available for testing

CachingIterator::current

(PHP 5, PHP 7, PHP 8)

CachingIterator::currentDevuelve el elemento actual

Descripción

public CachingIterator::current(): mixed
Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Devuelve el elemento actual en el iterador.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Mixed

Ver también

add a note

User Contributed Notes

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