Searched refs:php_setcookie (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | head.h | 34 PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char…
|
H A D | head.c | 76 PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char… in php_setcookie() function 191 …if (php_setcookie(name, name_len, value, value_len, expires, path, path_len, domain, domain_len, s… in PHP_FUNCTION() 214 …if (php_setcookie(name, name_len, value, value_len, expires, path, path_len, domain, domain_len, s… in PHP_FUNCTION()
|
Completed in 6 milliseconds