APCIterator
在线手册:中文 英文
PHP手册

APCIterator::current

(PECL apc >= 3.1.1)

APCIterator::currentGet current item

说明

public mixed APCIterator::current ( void )

Gets the current item from the APCIterator stack.

参数

此函数没有参数。

返回值

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

参见


APCIterator
在线手册:中文 英文
PHP手册