emit()
emit(\Psr\Http\Message\ResponseInterface $response, integer $maxBufferLength = 8192)
Emits a response for a PHP SAPI environment.
Emits the status line and headers via the header() function, and the body content via the output buffer.
Parameters
\Psr\Http\Message\ResponseInterface | $response | |
integer | $maxBufferLength | Maximum output buffering size for each iteration |