Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<HttpQueryString::__constructHttpQueryString::get>
Last updated: Tue, 19 Sep 2006

HttpQueryString::singleton

(no version information, might be only in CVS)

HttpQueryString::singleton -- HttpQueryString singleton

Description

static publicHttpQueryString HttpQueryString::singleton ( [bool global = TRUE] )

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

Parameters

global

whether to operate on $_GET and $_SERVER['QUERY_STRING']

Return Values

Returns always the same HttpQueryString instance regarding the global setting.

Errors/Exceptions

Throws HttpRuntimeException.




<HttpQueryString::__constructHttpQueryString::get>
Last updated: Tue, 19 Sep 2006