1 # class http\QueryString implements Serializable, ArrayAccess, IteratorAggregate
3 The http\QueryString class provides versatile facilities to retrieve, use and manipulate query strings and form data.
8 Cast requested value to bool.
10 Cast requested value to int.
12 Cast requested value to float.
14 Cast requested value to string.
16 Cast requested value to an array.
18 Cast requested value to an object.
23 * private http\QueryString $instance = NULL
24 The global instance. See http\QueryString::getGlobalInstance().
25 * private array $queryArray = NULL