Function __global->parse_str
Definitions
sources_custom/phpstub.php
- Parses the string into variables.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$str | string | required parameter | N/A | N/A | Query string to parse |
$arr | array | required parameter | N/A | N/A | Target for variable mappings |