Sha256: 8eeeae7f584813e36c2b9335a3df556a27269fc811282a6218b12a1f87d411b1
Contents?: true
Size: 307 Bytes
Versions: 7
Compression:
Stored size: 307 Bytes
Contents
<?php namespace Predis\Network; use Predis\Commands\ICommand; interface IConnectionSingle extends IConnection { public function __toString(); public function getResource(); public function getParameters(); public function pushInitCommand(ICommand $command); public function read(); }
Version data entries
7 entries across 7 versions & 1 rubygems