Sha256: ea06508473c3e7bd9911e422dd0ccb13e7a7d800c0825542d5d76274723509ab

Contents?: true

Size: 348 Bytes

Versions: 7

Compression:

Stored size: 348 Bytes

Contents

<?php

namespace Predis\Network;

use Predis\Protocol\IProtocolProcessor;

interface IConnectionComposable extends IConnectionSingle {
    public function setProtocol(IProtocolProcessor $protocol);
    public function getProtocol();
    public function writeBytes($buffer);
    public function readBytes($length);
    public function readLine();
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appstats-0.25.1 doc/benchmarks/Predis/Network/IConnectionComposable.php
appstats-0.25.0 doc/benchmarks/Predis/Network/IConnectionComposable.php
appstats-0.24.0 doc/benchmarks/Predis/Network/IConnectionComposable.php
appstats-0.23.5 doc/benchmarks/Predis/Network/IConnectionComposable.php
appstats-0.23.4 doc/benchmarks/Predis/Network/IConnectionComposable.php
appstats-0.23.3 doc/benchmarks/Predis/Network/IConnectionComposable.php
appstats-0.23.2 doc/benchmarks/Predis/Network/IConnectionComposable.php