Function __global->_parse_raw_http_request_multipart

Definitions

sources/input_filter_2.php

  • Parse raw HTTP request data in multipart format (multipart/form-data).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
$boundary string required parameter N/A N/A Multi-part boundary

Return

  • Associative array of request data (null: could not rescue)
  • Type: ?array
  • Set: N/A
  • Range: N/A