XRL  latest
Simple XML-RPC Library (both client and server)
Traversable.php
1 <?php
2 
13 interface Traversable
14 {
15 }
Interface to detect if a class is traversable using foreach.
Definition: Traversable.php:13