PHP Conference Kansai 2025

InternalIterator::current

(PHP 8)

InternalIterator::currentDevuelve el elemento actual

Descripción

public InternalIterator::current(): mixed

Devuelve el elemento actual.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve el elemento actual.

add a note

User Contributed Notes

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