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);
    }