Module_PingReply  latest
Erebot module to respond to PING messages
Traversable.php
1 <?php
2 
13 interface Traversable
14 {
15 }
Interface to detect if a class is traversable using foreach.
Definition: Traversable.php:13