Swoole\Http\Response::cookie
Set the cookies of the HTTP response.
Description
public string Swoole\Http\Response::cookie(
string $name,
string $value = ?,
string $expires = ?,
string $path = ?,
string $domain = ?,
string $secure = ?,
string $httponly = ?
)
Parameters
-
name
-
-
value
-
-
expires
-
-
path
-
-
domain
-
-
secure
-
-
httponly
-