Phergie_Connection_Handler::count PHP Méthode

count() public méthode

Returns the number of connections in the list.
public count ( ) : integer
Résultat integer Number of connections
    public function count()
    {
        return count($this->connections);
    }