Function __global->_parse_raw_http_request_urlencoded
Definitions
sources/input_filter_2.php
- Parse raw HTTP request data in URL encoding format (application/x-www-form-urlencoded).Based on https://gist.github.com/chlab/4283560.Doesn't support more than one level of list nesting, or associative arrays.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$input | string | required parameter | N/A | N/A | Data |
Return
- Associative array of request data (null: could not rescue)
- Type: ?array
- Set: N/A
- Range: N/A