Cookie make(string $name, string $value, int $minutes, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)
Create a new cookie instance.
Cookie make(string $name, string $value, int $minutes, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)
Create a new cookie instance.
string | $name | |
string | $value | |
int | $minutes | |
string | $path | |
string | $domain | |
bool | $secure | |
bool | $httpOnly |
Cookie |
Designed by : w10schools
service@w10schools.com
Please login to continue.