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 tiene parámetros.

Valores devueltos

Puede devolver cualquier tipo.

add a note add a note

User Contributed Notes

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