pssht  latest
SSH server library written in PHP
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