LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Submit Site
Forex Trading
Online forex trading platform
The RecursiveIteratorIterator class
RecursiveDirectoryIterator::rewind
RecursiveIteratorIterator::current
SPL
PHP Manual
The RecursiveIteratorIterator class
Introduction
...
Class synopsis
RecursiveIteratorIterator
RecursiveIteratorIterator
implements
OuterIterator
,
Traversable
,
Iterator
{
/* Methods */
mixed
RecursiveIteratorIterator::current
(
void
)
int
RecursiveIteratorIterator::getDepth
(
void
)
RecursiveIterator
RecursiveIteratorIterator::getSubIterator
(
void
)
mixed
RecursiveIteratorIterator::key
(
void
)
void
RecursiveIteratorIterator::next
(
void
)
void
RecursiveIteratorIterator::rewind
(
void
)
boolean
RecursiveIteratorIterator::valid
(
void
)
}
Table of Contents
RecursiveIteratorIterator::current
— Access the current element value
RecursiveIteratorIterator::getDepth
— Get the current depth of the recursive iteration
RecursiveIteratorIterator::getSubIterator
— The current active sub iterator
RecursiveIteratorIterator::key
— Access the current key
RecursiveIteratorIterator::next
— Move forward to the next element
RecursiveIteratorIterator::rewind
— Rewind the iterator to the first element of the top level inner iterator
RecursiveIteratorIterator::valid
— Check whether the current position is valid
RecursiveDirectoryIterator::rewind
RecursiveIteratorIterator::current
SPL
PHP Manual