文字

APCIterator::current

(PECL apc >= 3.1.1)

APCIterator::current获取当前项

说明

public mixed APCIterator::current ( void )

从 APCIterator 堆中获取当前项。

参数

此函数没有参数。

返回值

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

参见

  • APCIterator::next() - 移到下一项
  • Iterator::current() - 返回当前元素
上一篇: 下一篇: