显示下拉菜单

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
结果
$array = [
  
'Remote-Ip' => '3.145.47.253',
  
'X-Iplb-Unique-Id' => '03912FFD:D206_D5BA2113:0050_662B483B_25171:6D53',
  
'Remote-Port' => '53766',
  
'Forwarded' => 'for=3.145.47.253; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '3.145.47.253',
  
'X-Remote-Port' => '53766',
  
'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' => 'ab0492cc8cebadb62504d489f52af6b8',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '3.145.47.253',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
示例
#1 getallheaders  ()