©
本文檔使用 php中文網手册 發布
(PHP 5 >= 5.1.0)
RecursiveIteratorIterator::endIteration — End Iteration
Called when the iteration ends (when RecursiveIteratorIterator::valid()
first returns FALSE
.
本函数还未编写文档,仅有参数列表。
此函数没有参数。
没有返回值。
[#1] 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.