setrawcookie
(PHP 5)
setrawcookie — Envoie un cookie sans encoder sa valeur en URL
Description
bool setrawcookie
( string $name
[, string $value
[, int $expire
[, string $path
[, string $domain
[, bool $secure
[, bool $httponly
]]]]]] )
Note:
La paramètre httponly
a été ajouté en PHP 5.2.0.
Voir aussi
header(),
setcookie() et
la section sur les cookies.