setrawcookie
(PHP 5)
setrawcookie — Send a cookie without urlencoding the cookie value
Description
bool setrawcookie ( string $name [, string $value [, int $expire [, string $path [, string $domain [, bool $secure [, bool $httponly ]]]]]] )
Parameters
For parameter information, see the setcookie() documentation.
Return Values
Returns TRUE on success or FALSE on failure.