PHP funkce setrawcookie()
Dostupnost ve verzích: PHP 5.0
Send a cookie without urlencoding the cookie value
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$name |
string |
není | |
$value |
string |
null, | |
$expire |
int |
null, | |
$path |
string |
null, | |
$domain |
string |
null, | |
$secure |
bool |
null, | |
$httponly |
bool |
null |
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak false v případě neúspěchu.