]> granicus.if.org Git - php/commitdiff
get_headers() will keep headers as binary strings.
authorAndrei Zmievski <andrei@php.net>
Thu, 30 Nov 2006 22:26:27 +0000 (22:26 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 30 Nov 2006 22:26:27 +0000 (22:26 +0000)
ext/standard/url.c

index 2017c0373e10d7a54d78371c2adba36a6e36887d..610d85b9a5ff4fb653d07211262c297219bf82c2 100644 (file)
@@ -653,7 +653,7 @@ PHPAPI int php_raw_url_decode(char *str, int len)
 }
 /* }}} */
 
-/* {{{ proto array get_headers(string url[, int format])
+/* {{{ proto array get_headers(string url[, int format]) U
    fetches all the headers sent by the server in response to a HTTP request */
 PHP_FUNCTION(get_headers)
 {