PHP 클래스 Icicle\Http\Stream\ZlibDecoder

상속: extends MemoryStream
파일 보기 프로젝트 열기: icicleio/http

공개 메소드들

메소드 설명
__construct ( integer $type, integer $hwm )

보호된 메소드들

메소드 설명
send ( string $data, float $timeout, boolean $end = false ) : Generator

메소드 상세

__construct() 공개 메소드

public __construct ( integer $type, integer $hwm )
$type integer Compression type. Use GZIP or DEFLATE constants defined in this class.
$hwm integer

send() 보호된 메소드

protected send ( string $data, float $timeout, boolean $end = false ) : Generator
$data string
$timeout float
$end boolean
리턴 Generator