X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=docs%2Ffunctions.html;h=743a151fc7ad938c919560bdb374cfd19c912321;hp=f78ada38c405890cf19963f4c2f7cb172c9b9a90;hb=7a5c865f6faf8b1b6c91735e9d3b040449ea74ba;hpb=73508c8e9957ba07de65e41342f74fd49a8ce13a 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