PHP 8.5.0 Alpha 2 available for testing

Iterator::current

(PHP 5, PHP 7, PHP 8)

Iterator::currentDevuelve el elemento actual

Descripción

public Iterator::current(): mixed

Devuelve el elemento actual.

Parámetros

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

Valores devueltos

Puede devolver cualquier tipo.

add a note

User Contributed Notes

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