Plop
A simple logging library for PHP
iface_Countable.php
1 <?php
2 
11 interface Countable
12 {
26  public function count();
27 }
Classes implementing Countable can be used with the count() function.