Protocol\FCGI\Record\EndRequest::packPayload PHP Метод

packPayload() защищенный Метод

Implementation of packing the payload
protected packPayload ( ) : string
Результат string
    protected function packPayload()
    {
        return pack("NCa3", $this->appStatus, $this->protocolStatus, $this->reserved1);
    }