diff options
Diffstat (limited to 'ext/standard/url.c')
-rw-r--r-- | ext/standard/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/url.c b/ext/standard/url.c index d425e985c7..5087f21133 100644 --- a/ext/standard/url.c +++ b/ext/standard/url.c @@ -653,7 +653,7 @@ PHPAPI int php_raw_url_decode(char *str, int len) } /* }}} */ -/* {{{ proto array get_headers(string url) +/* {{{ proto array get_headers(string url[, int format]) fetches all the headers sent by the server in response to a HTTP request */ PHP_FUNCTION(get_headers) { |