Display the drop-down list

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
Result
$array = [
  
'Remote-Ip' => '18.232.179.37',
  
'X-Iplb-Unique-Id' => '12E8B325:AD80_D5BA2113:0050_6512111C_5DDC:22F35',
  
'Remote-Port' => '44416',
  
'Forwarded' => 'for=18.232.179.37; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '18.232.179.37',
  
'X-Remote-Port' => '44416',
  
'X-Forwarded-Port' => '80',
  
'Accept-Encoding' => 'br,gzip',
  
'If-Modified-Since' => 'Fri, 03 Feb 2023 19:47:25 GMT',
  
'Accept-Language' => 'en-US,en;q=0.5',
  
'Accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
  
'User-Agent' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
  
'X-Ovhrequest-Id' => 'ce8b6fb0a65a6930601618786533a413',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '18.232.179.37',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
Examples
#1 getallheaders  ()