Return to head.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / standard |
version 1.1.1.1, 2012/02/21 23:48:02 | version 1.1.1.2, 2012/05/29 12:34:43 |
---|---|
Line 28 PHP_FUNCTION(setcookie); | Line 28 PHP_FUNCTION(setcookie); |
PHP_FUNCTION(setrawcookie); | PHP_FUNCTION(setrawcookie); |
PHP_FUNCTION(headers_sent); | PHP_FUNCTION(headers_sent); |
PHP_FUNCTION(headers_list); | PHP_FUNCTION(headers_list); |
PHP_FUNCTION(http_response_code); | |
PHPAPI int php_header(TSRMLS_D); | PHPAPI int php_header(TSRMLS_D); |
PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char *path, int path_len, char *domain, int domain_len, int secure, int url_encode, int httponly TSRMLS_DC); | PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char *path, int path_len, char *domain, int domain_len, int secure, int url_encode, int httponly TSRMLS_DC); |