Display the drop-down list

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
Result
$array = [
  
'Remote-Ip' => '3.128.199.162',
  
'X-Iplb-Unique-Id' => '0380C7A2:6DD0_D5BA2113:0050_661EFA62_36964:7310',
  
'Remote-Port' => '28112',
  
'Forwarded' => 'for=3.128.199.162; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '3.128.199.162',
  
'X-Remote-Port' => '28112',
  
'X-Forwarded-Port' => '80',
  
'User-Agent' => 'claudebot',
  
'Accept' => '*/*',
  
'X-Ovhrequest-Id' => 'ac031d1f88d78c4da96796ebb3d3a50d',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '3.128.199.162',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
Examples
#1 getallheaders  ()