PHP Manual
Function Reference
Other Basic Extensions
SPL
Introduction
Datastructures
Iterators
Interfaces
Exceptions
SPL Functions
File Handling
Miscellaneous Classes and Interfaces
RegexIterator::setPregFlags
Countable
SPL
PHP Manual
Interfaces
Table of Contents
Countable
— The Countable interface
Countable::count
— Count elements of an object
OuterIterator
— The OuterIterator interface
OuterIterator::getInnerIterator
— Returns the inner iterator for the current entry
RecursiveIterator
— The RecursiveIterator interface
RecursiveIterator::getChildren
— Returns an iterator for the current entry
RecursiveIterator::hasChildren
— Returns if an iterator can be created for the current entry
SeekableIterator
— The SeekableIterator interface
SeekableIterator::seek
— Seeks to a position
SPL provides a set of interfaces.
See also the
Predefined Interfaces and Classes
Interface list
Countable
OuterIterator
RecursiveIterator
SeekableIterator
SplObserver
SplSubject