downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Iterator> <Predefined Interfaces
Last updated: Fri, 24 Jul 2009

view this page in

The Traversable interface

소개

Interface to detect if a class is traversable using foreach.

Abstract base interface that cannot be implemented alone. Instead it must be implemented by either IteratorAggregate or Iterator.

Note: Internal (built-in) classes that implement this interface can be used in a foreach construct and do not need to implement IteratorAggregate or Iterator.

Note: This is an internal engine interface which cannot be implemented in PHP scripts. Either IteratorAggregate or Iterator must be used instead.

인터페이스 개요

Traversable
Traversable {
}

This interface has no methods, its only purpose is to be the base interface for all traversable classes.



add a note add a note User Contributed Notes
Traversable
There are no user contributed notes for this page.

Iterator> <Predefined Interfaces
Last updated: Fri, 24 Jul 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites