"b" for bool, "i" for int, "f" for float, "s" for string, "a" for array and "o" for a stdClass object.</p>
<h3 id="HttpQueryString_set">string HttpQueryString::set(mixed params)</h3>
<p>Set query string entry/entries. NULL values will unset the variable.</p>
-<h3 id="HttpQueryString_singleton">HttpQueryString HttpQueryString::singleton([bool global = true])</h3>
+<h3 id="HttpQueryString_singleton">static HttpQueryString HttpQueryString::singleton([bool global = true])</h3>
<p>Get a single instance (differentiates between the global setting).</p>
<h3 id="HttpQueryString_xlate">bool HttpQueryString::xlate(string ie, string oe)</h3>
<p>Converts the query string from the source encoding ie to the target encoding oe.<br />
</li>
</ul>
</div>
- <p><b>Generated at: Tue, 07 Mar 2006 15:57:21 +0100</b></p>
+ <p><b>Generated at: Tue, 07 Mar 2006 16:07:37 +0100</b></p>
</body>
</html>
/* }}} */
#ifndef WONKY
-/* {{{ proto HttpQueryString HttpQueryString::singleton([bool global = true])
+/* {{{ proto static HttpQueryString HttpQueryString::singleton([bool global = true])
*
* Get a single instance (differentiates between the global setting).
*/