PHP接收http請求頭信息 1、PHP 自帶函數 getallheaders() 目前 getallheaders() 只能用於 apache 中。如果想在 nginx 中也能使用,可以使用自定義函數。 2、自定義函數 ...