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
recursiveiteratoriterator(3) - php
arrayaccess(3) - php
limititerator(3) - php
multipleiterator(3) - php
reflectionfunction(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Rules for Homework & Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary