Afficher la liste déroulante

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
Résultat
$array = [
  
'Remote-Ip' => '3.145.88.130',
  
'X-Iplb-Unique-Id' => '03915882:292D_D5BA2113:0050_662AEB7E_1AA31:2C23',
  
'Remote-Port' => '10541',
  
'Forwarded' => 'for=3.145.88.130; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '3.145.88.130',
  
'X-Remote-Port' => '10541',
  
'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' => 'c588531a36da3604a48cbe46e933f959',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '3.145.88.130',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
Exemples
#1 getallheaders  ()