Display the drop-down list

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
Result
$array = [
  
'Remote-Ip' => '34.239.173.144',
  
'X-Iplb-Unique-Id' => '22EFAD90:E980_D5BA2113:0050_641BA7C1_C6FF:E83C',
  
'Remote-Port' => '59776',
  
'Forwarded' => 'for=34.239.173.144; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '34.239.173.144',
  
'X-Remote-Port' => '59776',
  
'X-Forwarded-Port' => '80',
  
'Accept-Encoding' => 'br,gzip',
  
'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' => '7b3999a2910a54a03cca514e8b1cb167',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '34.239.173.144',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
Examples
#1 getallheaders  ()