php man page for iteratoriterator

Query: iteratoriterator

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ITERATORITERATOR(3)							 1						       ITERATORITERATOR(3)

The IteratorIterator class

INTRODUCTION
This iterator wrapper allows the conversion of anything that is Traversable into an Iterator. It is important to understand that most classes that do not implement Iterators have reasons as most likely they do not allow the full Iterator feature set. If so, techniques should be provided to prevent misuse, otherwise expect exceptions or fatal errors.
CLASS SYNOPSIS
IteratorIterator IteratorIteratorOuterIterator Methods o public IteratorIterator::__construct (Traversable $iterator) o public mixed IteratorIterator::current (void ) o public Traversable IteratorIterator::getInnerIterator (void ) o public scalar IteratorIterator::key (void ) o public void IteratorIterator::next (void ) o public void IteratorIterator::rewind (void ) o public bool IteratorIterator::valid (void ) PHP Documentation Group ITERATORITERATOR(3)
Related Man Pages
recursivecachingiterator(3) - php
splqueue(3) - php
yaf_config_simple(3) - php
directoryiterator(3) - php
recursivearrayiterator(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Rules for Homework & Coursework Questions Forum
UNIX.COM 2017 Year End Summary
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun