Protocol\FCGI\Record\EndRequest::packPayload PHP Method

packPayload() protected method

Implementation of packing the payload
protected packPayload ( ) : string
return string
    protected function packPayload()
    {
        return pack("NCa3", $this->appStatus, $this->protocolStatus, $this->reserved1);
    }