The NoRewindIterator class
(PHP 5 >= 5.1.0, PHP 7)
简介
This iterator ignores rewind operations. This allows processing an iterator in multiple partial foreach loops.
类摘要
public next
(
void
) :
void
public valid
(
void
) :
bool
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.