LimitIterator::current

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

LimitIterator::currentGet current element

說(shuō)明

public LimitIterator::current(): mixed

Gets the current element of the inner Iterator.

參數(shù)

此函數(shù)沒(méi)有參數(shù)。

返回值

Returns the current element or null if there is none.

參見(jiàn)