PHP 클래스 Protocol\FCGI\Record\GetValuesResult

The Web server can query specific variables within the application. The server will typically perform a query on application startup in order to to automate certain aspects of system configuration. The application responds by sending a record {FCGI_GET_VALUES_RESULT, 0, ...} with the values supplied. If the application doesn't understand a variable name that was included in the query, it omits that name from the response. FCGI_GET_VALUES is designed to allow an open-ended set of variables. The initial set provides information to help the server perform application and connection management: FCGI_MAX_CONNS: The maximum number of concurrent transport connections this application will accept, e.g. "1" or "10". FCGI_MAX_REQS: The maximum number of concurrent requests this application will accept, e.g. "1" or "50". FCGI_MPXS_CONNS: "0" if this application does not multiplex connections (i.e. handle concurrent requests over each connection), "1" otherwise.
상속: extends Params
파일 보기 프로젝트 열기: lisachenko/protocol-fcgi 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $values = [] ) Constructs a param request

메소드 상세

__construct() 공개 메소드

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