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