Exibir a lista drop-down

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
resultado
$array = [
  
'Remote-Ip' => '3.21.158.148',
  
'X-Iplb-Unique-Id' => '03159E94:EAFF_D5BA2113:0050_6637AB9C_708FA:756B',
  
'Remote-Port' => '60159',
  
'Forwarded' => 'for=3.21.158.148; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '3.21.158.148',
  
'X-Remote-Port' => '60159',
  
'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' => '263260de1ee3394e42f274087084dfe0',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '3.21.158.148',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
Exemplos
#1 getallheaders  ()