Exibir a lista drop-down

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
resultado
$array = [
  
'Remote-Ip' => '3.16.218.62',
  
'X-Iplb-Unique-Id' => '0310DA3E:D2DF_D5BA2113:0050_662AD51C_3651:7041',
  
'Remote-Port' => '53983',
  
'Forwarded' => 'for=3.16.218.62; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '3.16.218.62',
  
'X-Remote-Port' => '53983',
  
'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' => '4e5df8f99f206a1677ad527cc70aade3',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '3.16.218.62',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
Exemplos
#1 getallheaders  ()