diff options
author | Hannes Magnusson <bjori@php.net> | 2006-06-26 18:48:56 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-06-26 18:48:56 +0000 |
commit | ec420c3df8c68cf7a601798ec4fcdeb951e39147 (patch) | |
tree | 9566cc6f38a364bc3b73a404615d6394d7484a42 /ext/standard/url.c | |
parent | 5326a8b2bc460bfba1e43958af27ee4a08fa64b1 (diff) | |
download | php-git-ec420c3df8c68cf7a601798ec4fcdeb951e39147.tar.gz |
Updated protos & vim folding
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) { |