From: Michael Wallner
Date: Fri, 19 May 2006 15:10:13 +0000 (+0000)
Subject: - release RC4
X-Git-Tag: RELEASE_1_0_0~26
X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=24035853a9019d25c215eb63249de02a80675bcc;p=m6w6%2Fext-http
- release RC4
---
diff --git a/docs/functions.html b/docs/functions.html
index 7139f2a..2c1a469 100644
--- a/docs/functions.html
+++ b/docs/functions.html
@@ -284,6 +284,8 @@ several consecutive HTTP messages.
<?php
print_r(http_parse_cookie("foo=bar; bar=baz; path=/; domain=example.com; comment=; secure", 0, array("comment")));
stdClass Object
(
[cookies] => Array
(
[foo] => bar
[bar] => baz
)
[extras] => Array
(
[comment] =>
)
[flags] => 16
[expires] => 0
[path] => /
[domain] => example.com
)
?>
+object http_parse_params(string param)
+Parse parameter list.
Get a list of incoming HTTP headers.
Returns an associative array of incoming request headers.
@@ -1191,6 +1193,8 @@ http.cache_log is set.
http_parse_cookie
+http_parse_params
+
http_get_request_headers
http_get_request_body
@@ -1419,7 +1423,7 @@ http.cache_log is set.
- Generated at: Sat, 22 Apr 2006 23:03:59 +0200
+ Generated at: Fri, 19 May 2006 16:55:19 +0200