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

packPayload() protected method

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