X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Ffunctions.html;h=02b48406b0cbcfd56f95dc0ab6bb3dd104e4d8f7;hb=5bf21b22dcc28e60dca9dc4637520ee0cb9f565d;hp=7871ba15e6b549625a47cdd7b3f432de50b66448;hpb=60086d086e7f0dbfccf61931c1b2e2b410ccb5bb;p=m6w6%2Fext-http diff --git a/docs/functions.html b/docs/functions.html index 7871ba1..02b4840 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -600,7 +600,7 @@ should also contain any parent messages.


http_querystring_object.c

HttpQueryString

-

void HttpQueryString::__construct([bool global = true[, mixed add])

+

final void HttpQueryString::__construct([bool global = true[, mixed add])

Creates a new HttpQueryString object instance.
Operates on and modifies $_GET and $_SERVER['QUERY_STRING'] if global is TRUE.

string HttpQueryString::toString()

@@ -615,6 +615,14 @@ Operates on and modifies $_GET and $_SERVER['QUERY_STRING'] if global is TRUE.Set query string entry/entries. NULL values will unset the variable.

HttpQueryString HttpQueryString::getInstance([bool global = true])

Get a single instance (differentiates between the global setting).

+

bool HttpQueryString::iconv(string ie, string oe)

+

Converts the query string from the source encoding ie to the target encoding oe.
+WARNING: Don't use any character set that can contain NUL bytes like UTF-16.

+

Returns TRUE on success or FALSE on failure.

+

string HttpQueryString::serialize()

+

Implements Serializable.

+

void HttpQueryString::unserialize(string serialized)

+

Implements Serializable.


http_request_object.c

HttpRequest

@@ -1247,6 +1255,9 @@ http.cache_log is set.

  • HttpQueryString::get()
  • HttpQueryString::set()
  • HttpQueryString::getInstance()
  • +
  • HttpQueryString::iconv()
  • +
  • HttpQueryString::serialize()
  • +
  • HttpQueryString::unserialize()
  • @@ -1358,7 +1369,7 @@ http.cache_log is set.

    -

    Generated at: Fri, 17 Feb 2006 17:34:44 +0100

    +

    Generated at: Mon, 20 Feb 2006 17:41:32 +0100