Returns a query parameter from the uri. Those are parsed by the parse_str
function so the value is either a string or an array in case the
parameter uses a "[]" notation
Arguments
Name |
Type |
Description |
$name |
string |
|
Return
Type |
Description |
string|array |
|