Phergie_Connection_Handler::count PHP Метод

count() публичный Метод

Returns the number of connections in the list.
public count ( ) : integer
Результат integer Number of connections
    public function count()
    {
        return count($this->connections);
    }