PHP 8.4.0 RC4 available for testing

IteratorIterator::current

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

IteratorIterator::currentObtener el valor actual

Descripción

public IteratorIterator::current(): mixed

Obtiene el valor actual del elemento.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

El valor del elemento actual.

Ver también

add a note

User Contributed Notes

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