The Swoole\Http\Response class
(PECL swoole >= 1.9.0)
类摘要
class Swoole\Http\Response
{
public cookie(
string $name
,
string $value
= ?,
string $expires
= ?,
string $path
= ?,
string $domain
= ?,
string $secure
= ?,
string $httponly
= ?):
string
public end(
string $content
= ?):
void
public gzip(
string $compress_level
= ?):
ReturnType
public header(
string $key
,
string $value
,
string $ucwords
= ?):
void
public rawcookie(
string $name
,
string $value
= ?,
string $expires
= ?,
string $path
= ?,
string $domain
= ?,
string $secure
= ?,
string $httponly
= ?):
ReturnType
public sendfile(
string $filename
,
int $offset
= ?):
ReturnType
public status(
string $http_code
):
ReturnType
public write(
string $content
):
void
}
目录
There are no user contributed notes for this page.
官方地址:https://www.php.net/manual/en/class.swoole-http-response.php