Function __global->parse_raw_http_request

Definitions

sources/input_filter_2.php

  • Parse raw HTTP request 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

Return

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