Searched refs:url_encode (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/standard/ |
H A D | head.h | 33 …har *path, int path_len, char *domain, int domain_len, int secure, int url_encode, int httponly TS…
|
H A D | head.c | 77 …har *path, int path_len, char *domain, int domain_len, int secure, int url_encode, int httponly TS… in php_setcookie() argument 90 …if (!url_encode && value && strpbrk(value, ",; \t\r\n\013\014") != NULL) { /* man isspace for \013… in php_setcookie() 96 if (value && url_encode) { in php_setcookie()
|
Completed in 7 milliseconds