Home
last modified time | relevance | path

Searched refs:php_setcookie (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/standard/
H A Dhead.h34 PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char…
H A Dhead.c76 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 7 milliseconds