Swoole\Http\Response::rawcookie

Set the raw cookies to the HTTP response.

説明

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

パラメータ

name

value

expires

path

domain

secure

httponly

戻り値