Phergie_Connection_Handler::count PHP Method

count() public method

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