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 contiene ningún parámetro.

Valores devueltos

Devuelve el elemento actual.

add a note

User Contributed Notes

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