Module_PingReply  latest
Erebot module to respond to PING messages
Countable.php
1 <?php
2 
11 interface Countable {
25  public function count();
26 }
Classes implementing Countable can be used with the count() function.
Definition: Countable.php:11