Sha256: 5762f849ca5123c33c9bd70af9bd747cdf0c9ce1789f261679af4e41b4092a61

Contents?: true

Size: 169 Bytes

Versions: 7

Compression:

Stored size: 169 Bytes

Contents

<?php

namespace Predis\Protocol;

use Predis\Network\IConnectionComposable;

interface IResponseReader {
    public function read(IConnectionComposable $connection);
}

Version data entries

7 entries across 7 versions & 1 rubygems

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