Protocol\FCGI\Record::packPayload PHP Method

packPayload() protected method

Implementation of packing the payload
protected packPayload ( ) : string
return string
    protected function packPayload()
    {
        return pack("a{$this->contentLength}", $this->contentData);
    }