php man page for traversable

Query: traversable

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TRAVERSABLE(3)								 1							    TRAVERSABLE(3)

The Traversable interface

INTRODUCTION
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 Iterator- Aggregate or Iterator. Note This is an internal engine interface which cannot be implemented in PHP scripts. Either IteratorAggregate or Iterator must be used instead. When implementing an interface which extends Traversable, make sure to list IteratorAggregate or Iterator before its name in the implements clause.
INTERFACE SYNOPSIS
Traversable Traversable This interface has no methods, its only purpose is to be the base interface for all traversable classes. PHP Documentation Group TRAVERSABLE(3)
Related Man Pages
iterator(3) - php
cospropertyservice_propertiesiterator(3erl) - linux
dbm::deep::iterator::file::bucketlist(3pm) - debian
dbm::deep::iterator::file::index(3pm) - debian
rdf::trine::iterator::jsonhandler(3pm) - debian
Similar Topics in the Unix Linux Community
Bash script fails with "function: not found" error