Dropdown-Liste anzeigen

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
Ergebnis
$array = [
  
'Remote-Ip' => '18.116.23.56',
  
'X-Iplb-Unique-Id' => '12741738:39B1_D5BA2113:0050_664C638C_328751:780A',
  
'Remote-Port' => '14769',
  
'Forwarded' => 'for=18.116.23.56; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '18.116.23.56',
  
'X-Remote-Port' => '14769',
  
'X-Forwarded-Port' => '80',
  
'Accept-Encoding' => 'gzip, br, zstd, deflate',
  
'User-Agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
  
'Accept' => '*/*',
  
'X-Ovhrequest-Id' => '959be5ec14b27fe4f93506f15034b582',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '18.116.23.56',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
Beispiele
#1 getallheaders  ()