PHP 클래스 Protocol\FCGI\Record\Params

상속: extends Protocol\FCGI\Record
파일 보기 프로젝트 열기: lisachenko/protocol-fcgi 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$values array List of params

공개 메소드들

메소드 설명
__construct ( array $values = [] ) Constructs a param request
getValues ( ) : array Returns an associative list of parameters

보호된 메소드들

메소드 설명
packPayload ( ) : string Implementation of packing the payload
unpackPayload ( Record $self, string $data ) : Record Method to unpack the payload for the record

메소드 상세

__construct() 공개 메소드

Constructs a param request
public __construct ( array $values = [] )
$values array

getValues() 공개 메소드

Returns an associative list of parameters
public getValues ( ) : array
리턴 array

packPayload() 보호된 메소드

Implementation of packing the payload
protected packPayload ( ) : string
리턴 string

unpackPayload() 보호된 정적인 메소드

Method to unpack the payload for the record
protected static unpackPayload ( Record $self, string $data ) : Record
$self Protocol\FCGI\Record Instance of current frame
$data string Binary data
리턴 Protocol\FCGI\Record

프로퍼티 상세

$values 보호되어 있는 프로퍼티

List of params
protected array $values
리턴 array