PHP Velho Oeste 2024

APCIterator::current

(PECL apc >= 3.1.1)

APCIterator::current获取当前项

说明

public APCIterator::current ( void ) : mixed

APCIterator 堆中获取当前项。

参数

此函数没有参数。

返回值

成功时返回当前项,获取失败、没有更多项或者不存在任何项时返回 FALSE

参见

add a note add a note

User Contributed Notes

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