recursiveiterator(3) php man page | unix.com

Man Page: recursiveiterator

Operating Environment: php

Section: 3

RECURSIVEITERATOR(3)							 1						      RECURSIVEITERATOR(3)

The RecursiveIterator interface

INTRODUCTION
Classes implementing RecursiveIterator can be used to iterate over iterators recursively.
INTERFACE SYNOPSIS
RecursiveIterator RecursiveIteratorextends Iterator Methods o public RecursiveIterator RecursiveIterator::getChildren (void ) o public bool RecursiveIterator::hasChildren (void ) Inherited methods o abstractpublic mixed Iterator::current (void ) o abstractpublic scalar Iterator::key (void ) o abstractpublic void Iterator::next (void ) o abstractpublic void Iterator::rewind (void ) o abstractpublic boolean Iterator::valid (void ) PHP Documentation Group RECURSIVEITERATOR(3)
Related Man Pages
callbackfilteriterator(3) - php
iterator(3) - php
recursivecallbackfilteriterator(3) - php
regexiterator(3) - php
seekableiterator(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun