http_parse_post

设置POST消息解析开关,选项为true时自动将Content-Typex-www-form-urlencoded的请求包体解析到POST数组。设置为false时将关闭POST解析。

  1. $serv->set(array(
  2. 'http_parse_post' => false,
  3. ));