From: Michael Wallner
Date: Sat, 8 Jul 2006 12:28:25 +0000 (+0000)
Subject: - HttpQueryString implements ArrayAccess
X-Git-Tag: RELEASE_1_1_0~7
X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=096937185b5e249341eec6899ef35462034895be;p=m6w6%2Fext-http
- HttpQueryString implements ArrayAccess
---
diff --git a/docs/functions.html b/docs/functions.html
index f78ada3..743a151 100644
--- a/docs/functions.html
+++ b/docs/functions.html
@@ -663,6 +663,14 @@ WARNING: Don't use any character set that can contain NUL bytes like UTF-16.
Implements Serializable.
void HttpQueryString::unserialize(string serialized)
Implements Serializable.
+mixed HttpQueryString::offsetGet(string offset)
+Implements ArrayAccess.
+void HttpQueryString::offsetSet(string offset, mixed value)
+Implements ArrayAccess.
+bool HttpQueryString::offsetExists(string offset)
+Implements ArrayAccess.
+void HttpQueryString::offsetUnset(string offset)
+Implements ArrayAccess.
http_request_object.c
HttpRequest
@@ -1337,6 +1345,10 @@ http.cache_log is set.
HttpQueryString::xlate()
HttpQueryString::serialize()
HttpQueryString::unserialize()
+HttpQueryString::offsetGet()
+HttpQueryString::offsetSet()
+HttpQueryString::offsetExists()
+HttpQueryString::offsetUnset()
@@ -1453,7 +1465,7 @@ http.cache_log is set.
- Generated at: Fri, 07 Jul 2006 13:48:43 +0200
+ Generated at: Fri, 07 Jul 2006 21:23:59 +0200