PHP Velho Oeste 2024

APCIterator::next

(PECL apc >= 3.1.1)

APCIterator::next移到下一项

说明

public APCIterator::next ( void ) : bool

移动迭代器的指针到下一个元素。

参数

此函数没有参数。

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE

参见

add a note add a note

User Contributed Notes

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