APCUIterator::current

(PECL apcu >= 5.0.0)

APCUIterator::currentGet current item

說明

public APCUIterator::current(): mixed

Gets the current item from the APCUIterator stack.

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

Returns the current item on success, or false if no more items or exist, or on failure.

參見