显示下拉菜单

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
结果
$array = [
  
'Remote-Ip' => '13.58.39.23',
  
'X-Iplb-Unique-Id' => '0D3A2717:A756_D5BA2113:0050_6638AF02_EB7C7:02FD',
  
'Remote-Port' => '42838',
  
'Forwarded' => 'for=13.58.39.23; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '13.58.39.23',
  
'X-Remote-Port' => '42838',
  
'X-Forwarded-Port' => '80',
  
'User-Agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
  
'Accept' => '*/*',
  
'X-Ovhrequest-Id' => '12ec0c3fbffa1dc5af8715a6a88ca128',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '13.58.39.23',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
示例
#1 getallheaders  ()