PHP 인터페이스 Predis\Connection\CompositeConnectionInterface

저자: Daniele Alessandri ([email protected])
상속: extends Predis\Connection\NodeConnectionInterface
파일 보기 프로젝트 열기: tillkruss/redis-object-cache 0 사용 예제들

공개 메소드들

메소드 설명
getProtocol ( ) Returns the protocol processor used by the connection.
readBuffer ( integer $length ) : string Reads the given number of bytes from the connection.
readLine ( ) Reads a line from the connection.
writeBuffer ( string $buffer ) Writes the buffer containing over the connection.

메소드 상세

getProtocol() 공개 메소드

Returns the protocol processor used by the connection.
public getProtocol ( )

readBuffer() 공개 메소드

 @param int $length Number of bytes to read from the connection.
public readBuffer ( integer $length ) : string
$length integer
리턴 string

readLine() 공개 메소드

Reads a line from the connection.
public readLine ( )

writeBuffer() 공개 메소드

Writes the buffer containing over the connection.
public writeBuffer ( string $buffer )
$buffer string String buffer to be sent over the connection.