Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dhead.h33 PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char…
H A Dhead.c77 PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char… in php_setcookie() function
187 …if (php_setcookie(name, name_len, value, value_len, expires, path, path_len, domain, domain_len, s… in PHP_FUNCTION()
210 …if (php_setcookie(name, name_len, value, value_len, expires, path, path_len, domain, domain_len, s… in PHP_FUNCTION()

Completed in 7 milliseconds