显示下拉菜单

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
结果
$array = [
  
'Remote-Ip' => '54.210.224.114',
  
'X-Iplb-Unique-Id' => '36D2E072:BDDE_D5BA2113:0050_66064AE0_2CC8E:178B',
  
'Remote-Port' => '48606',
  
'Forwarded' => 'for=54.210.224.114; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '54.210.224.114',
  
'X-Remote-Port' => '48606',
  
'X-Forwarded-Port' => '80',
  
'User-Agent' => 'claudebot',
  
'Accept' => '*/*',
  
'X-Ovhrequest-Id' => 'fa6cb6fb453f2b70a92a6e8e13c936cc',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '54.210.224.114',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
示例
#1 getallheaders  ()