LimitIterator::__constructConstruct a LimitIterator Beschreibung
public LimitIterator::__construct
( Iterator
$iterator
[, int $offset = 0
[, int $count = -1
]] )
Constructs a new LimitIterator from an
Parameter-Liste
RückgabewerteThe new LimitIterator. Fehler/Exceptions
Throws an OutOfRangeException
if the Beispiele
Beispiel #1 LimitIterator::__construct example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: b c d |