CakeFest 2024: The Official CakePHP Conference

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