(no version information, might be only in CVS)
HttpQueryString::get -- Récupère (une partie) de la requête
Description
publicmixed
HttpQueryString::get ( [string key [, mixed type = 0 [, mixed defval = NULL [, bool delete = FALSE]]]] )
Récupère (une partie) de la requête.
Le type de paramètre est soir une constante HttpQueryString::TYPE_*, soit une abbréviation
comme "b" pour booléen, "i" pour integer, "f" pour float,
"s" pour string, "a" pour array et "o" pour un objet stdClass.