Iterator::current

(PHP 5, PHP 7, PHP 8)

Iterator::currentRetorna o elemento atual

Descrição

public Iterator::current(): mixed

Retorna o elemento atual.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Pode retornar qualquer tipo.

add a note add a note

User Contributed Notes

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