XRL  latest
Simple XML-RPC Library (both client and server)
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