Function __global->_handle_array_var_append
Definitions
sources/urls.php
- Recursively put array parameters into a flat array for use in a query string.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$key | ID_TEXT | required parameter | N/A | N/A | Primary field name |
$val | array | required parameter | N/A | N/A | Array |
$parameters | array | required parameter | N/A | N/A | Flat array to write into |