summaryrefslogtreecommitdiff
path: root/ext/standard/url.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-02-07 21:33:35 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-02-07 21:33:35 +0000
commitb1a6778fe52a6a8514db903adb72a03d83051886 (patch)
tree73825cb81f0538ff0cf6a6a061f9d9ad60798a0f /ext/standard/url.h
parent598e82751d0dd9bd228167d262a09d26d6459f54 (diff)
downloadphp-git-b1a6778fe52a6a8514db903adb72a03d83051886.tar.gz
Added get_browser() function. This function can be used to fetch the headers
sent by the server when a request is made for a given URL.
Diffstat (limited to 'ext/standard/url.h')
-rw-r--r--ext/standard/url.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/url.h b/ext/standard/url.h
index 0fce221484..2a3b980be0 100644
--- a/ext/standard/url.h
+++ b/ext/standard/url.h
@@ -43,6 +43,7 @@ PHP_FUNCTION(urlencode);
PHP_FUNCTION(urldecode);
PHP_FUNCTION(rawurlencode);
PHP_FUNCTION(rawurldecode);
+PHP_FUNCTION(get_headers);
#endif /* URL_H */