Edit
↰
Home
↑
http
↑
Env
↑
Response
↻
Response::send
↲
★ Changelog
↲
Response::__construct
↲
Response::__invoke
↲
Response::isCachedByEtag
↲
Response::isCachedByLastModified
↲
Response::setCacheControl
↲
Response::setContentDisposition
↲
Response::setContentEncoding
↲
Response::setContentType
↲
Response::setCookie
↲
Response::setEnvRequest
↲
Response::setEtag
↲
Response::setLastModified
↲
Response::setThrottleRate
#
bool
http\Env\Response::send
([
resource
$stream
=
NULL
])
Send the response through the SAPI or
$stream
. Flushes all output buffers.
Params:
#
Optional
resource
$stream
#
=
NULL
A writable stream to send the response through.
Returns:
#
bool
, success.
Show Comments from Github Discussions