RecursiveIteratorIterator
在线手册:中文  英文

RecursiveIteratorIterator::endIteration

(PHP 5 >= 5.1.0)

RecursiveIteratorIterator::endIterationEnd Iteration

说明

public void RecursiveIteratorIterator::endIteration ( void )

Called when the iteration ends (when RecursiveIteratorIterator::valid() first returns FALSE.

Warning

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

没有返回值。


RecursiveIteratorIterator
在线手册:中文  英文

用户评论:

Tom (2011-01-06 01:23:28)

Some source code documentation that I found on this function currently says: Template method provided for overriding classes, default implementation does nothing.

易百教程