Display the drop-down list

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
Result
$array = [
  
'Remote-Ip' => '18.209.209.246',
  
'X-Iplb-Unique-Id' => '12D1D1F6:9CF0_D5BA2113:0050_66053EB8_FDF4:418A',
  
'Remote-Port' => '40176',
  
'Forwarded' => 'for=18.209.209.246; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '18.209.209.246',
  
'X-Remote-Port' => '40176',
  
'X-Forwarded-Port' => '80',
  
'User-Agent' => 'claudebot',
  
'Accept' => '*/*',
  
'X-Ovhrequest-Id' => '87f3a10bbdf9ae5d37db170d6070af06',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '18.209.209.246',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
Examples
#1 getallheaders  ()