PHP 8.1.28 Released!

LimitIterator::current

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

LimitIterator::currentObtiene el elemento actual

Descripción

public LimitIterator::current(): mixed

Obtener el elemento actual del Iterator interno.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve el elemento actual o null si no hay ninguno.

Ver también

add a note

User Contributed Notes

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