Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhead.h40 PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, …
H A Dhead.c79 PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, … in php_setcookie() function
262 if (php_setcookie(name, value, expires, path, domain, secure, httponly, samesite, 1) == SUCCESS) { in PHP_FUNCTION()
317 if (php_setcookie(name, value, expires, path, domain, secure, httponly, samesite, 0) == SUCCESS) { in PHP_FUNCTION()

Completed in 6 milliseconds