XRL  latest
Simple XML-RPC Library (both client and server)
IteratorAggregate.php
1 <?php
2 
11 extends Traversable
12 {
22  public function getIterator();
23 }
Interface to create an external Iterator.
Interface to detect if a class is traversable using foreach.
Definition: Traversable.php:13