Iterator::current
PHP Manual
PHP Manual»Iterator»Iterator::current

Iterator::current

(PHP 5, PHP 7, PHP 8)

Iterator::currentO anki elemanı döndürür

Açıklama

public function Iterator::current(): mixed

O anki elemanı döndürür.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Her türde değer dönebilir.

To Top