StreamManager  v0.1.1
PHP stream manager
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