- fix proto *static* HttpQueryString::singleton()
authorMichael Wallner <mike@php.net>
Tue, 7 Mar 2006 15:08:57 +0000 (15:08 +0000)
committerMichael Wallner <mike@php.net>
Tue, 7 Mar 2006 15:08:57 +0000 (15:08 +0000)
docs/functions.html
http_querystring_object.c

index 2f7668eba3f34fa59899367cc1ff42e8f450232d..906367900a357209e874d11656ea9208c4edc40e 100644 (file)
@@ -623,7 +623,7 @@ Operates on and modifies $_GET and $_SERVER['QUERY_STRING'] if global is TRUE.</
 "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 />
@@ -1400,7 +1400,7 @@ http.cache_log is set.</p>
 </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>
 
index 79f1b64a612d1b1069fe2d06b639a9d2b72831cf..d7d3000937fddf9f72b5ba74f1e2c53a3b189311 100644 (file)
@@ -475,7 +475,7 @@ PHP_METHOD(HttpQueryString, set)
 /* }}} */
 
 #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).
  */