Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dhead.h41 PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, …
H A Dhead.c84 PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, … in php_setcookie() function
215 if (php_setcookie(name, value, expires, path, domain, secure, 1, httponly) == SUCCESS) { in PHP_FUNCTION()
242 if (php_setcookie(name, value, expires, path, domain, secure, 0, httponly) == SUCCESS) { in PHP_FUNCTION()

Completed in 9 milliseconds