PHP.nl

setrawcookie

setrawcookie

Send a cookie without urlencoding the cookie value

bool **setrawcookie** string $name string $value int $expires_or_options string $path string $domain bool $secure bool $httponly

Alternative signature available as of PHP 7.3.0 (not supported with named parameters):

bool **setrawcookie** string $name string $value array $options
is exactly the same as
except that the cookie value will not be

automatically urlencoded when sent to the browser. setrawcookie``setcookie

For parameter information, see the documentation. setcookie

return.success

setcookie