|
Previous Page |
Solar_Uri_Action |
Next Class |
setQuery()
public
void
setQuery (
string $spec
)
Sets the Solar_Uri::$query array from a string.
Inherited from Solar_Uri.
Parameters
- (string)
$spec: The query string to use; for example, "foor=bar&baz=dib".
Returns
- (void)
Description
Sets the Solar_Uri::$query array from a string.
This will overwrite any previous values.