Exibir a lista drop-down

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
resultado
$array = [
  
'Remote-Ip' => '3.147.56.45',
  
'X-Iplb-Unique-Id' => '0393382D:0AB5_D5BA2113:0050_6648E6D0_0818:781F',
  
'Remote-Port' => '2741',
  
'Forwarded' => 'for=3.147.56.45; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '3.147.56.45',
  
'X-Remote-Port' => '2741',
  
'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' => '56690d94bac7922a8d16ccb96739b128',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '3.147.56.45',
  
'X-Predictor' => '1',
  
'Cookie' => 'search_method=input',
  
'Host' => 'micmap.org',
]
Exemplos
#1 getallheaders  ()