如何使用CodeIgniter打印在收到的请求的标题中设置的值?
我试过print_r($_SERVER);哪个对我不起作用.我希望使用CI的方式不同.
print_r($_SERVER);
简单地用,
$this->input->request_headers();