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 FilterIterator class
DirectoryIterator::valid
FilterIterator::current
SPL
PHP Manual
The FilterIterator class
Introduction
...
Class synopsis
FilterIterator
abstract
FilterIterator
extends
IteratorIterator
implements
OuterIterator
,
Traversable
,
Iterator
{
/* Methods */
mixed
FilterIterator::current
(
void
)
Iterator
FilterIterator::getInnerIterator
(
void
)
mixed
FilterIterator::key
(
void
)
void
FilterIterator::next
(
void
)
void
FilterIterator::rewind
(
void
)
bool
FilterIterator::valid
(
void
)
}
Table of Contents
FilterIterator::current
— Get the current element value
FilterIterator::getInnerIterator
— Get the inner iterator
FilterIterator::key
— Get the current key
FilterIterator::next
— Move the iterator forward
FilterIterator::rewind
— Rewind the iterator
FilterIterator::valid
— Check whether the current element is valid
DirectoryIterator::valid
FilterIterator::current
SPL
PHP Manual