http_parse_post
设置POST消息解析开关,选项为true
时自动将Content-Type
为x-www-form-urlencoded
的请求包体解析到POST数组。设置为false
时将关闭POST解析。
$serv->set(array( 'http_parse_post' => false, ));
目录最大长度不得超过220字节
设置POST消息解析开关,选项为true
时自动将Content-Type
为x-www-form-urlencoded
的请求包体解析到POST数组。设置为false
时将关闭POST解析。
$serv->set(array( 'http_parse_post' => false, ));
目录最大长度不得超过220字节