'foreach' iteration over the URI query parameter list items, each one
split into a key/value pair. key and value slice the string passed to
query() so DO NOT MODIFY THEM. (You may, however, modify their content;
this will modify the string passed to query() in-place.)
Note that during iteration, no public method may be called nor may a
nested iteration be started.
'foreach' iteration over the URI query parameter list items, each one split into a key/value pair. key and value slice the string passed to query() so DO NOT MODIFY THEM. (You may, however, modify their content; this will modify the string passed to query() in-place.)
Note that during iteration, no public method may be called nor may a nested iteration be started.