1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00

Fixed proto of headers_list().

This commit is contained in:
Ilia Alshanetsky
2004-08-23 16:58:11 +00:00
parent 6ffc1c291a
commit 8eacea8b48

View File

@@ -244,7 +244,7 @@ static void php_head_apply_header_list_to_hash(void *data, void *arg TSRMLS_DC)
}
}
/* {{{ proto string headers_list(void)
/* {{{ proto array headers_list(void)
Return list of headers to be sent / already sent */
PHP_FUNCTION(headers_list)
{