array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'ja', ), 'this' => array ( 0 => 'swoole-http-response.rawcookie.php', 1 => 'Swoole\\Http\\Response::rawcookie', 2 => 'Set the raw cookies to the HTTP response.', ), 'up' => array ( 0 => 'class.swoole-http-response.php', 1 => 'Swoole\\Http\\Response', ), 'prev' => array ( 0 => 'swoole-http-response.initheader.php', 1 => 'Swoole\\Http\\Response::initHeader', ), 'next' => array ( 0 => 'swoole-http-response.sendfile.php', 1 => 'Swoole\\Http\\Response::sendfile', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/swoole/swoole/http/response/rawcookie.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Swoole\Http\Response::rawcookie

(PECL swoole >= 1.9.0)

Swoole\Http\Response::rawcookieSet the raw cookies to the HTTP response.

説明

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

パラメータ

name

value

expires

path

domain

secure

httponly

戻り値