Swoole\Http\Response::cookie

Set the cookies of the HTTP response.

説明

public string Swoole\Http\Response::cookie(
    string $name,
    string $value = ?,
    string $expires = ?,
    string $path = ?,
    string $domain = ?,
    string $secure = ?,
    string $httponly = ?
)

パラメータ

name

value

expires

path

domain

secure

httponly

戻り値