CakeFest 2024: The Official CakePHP Conference

CachingIterator::current

(PHP 5, PHP 7, PHP 8)

CachingIterator::currentReturn the current element

Açıklama

public CachingIterator::current(): mixed
Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

May return the current element in the iteration.

Bağımsız Değişkenler

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

Dönen Değerler

Mixed

Ayrıca Bakınız

add a note

User Contributed Notes

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