Mostrar lista de opciones

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
Resultado
$array = [
  
'Remote-Ip' => '18.191.46.36',
  
'X-Iplb-Unique-Id' => '12BF2E24:1758_D5BA2113:0050_6635EAA4_5513E:5C9A',
  
'Remote-Port' => '5976',
  
'Forwarded' => 'for=18.191.46.36; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '18.191.46.36',
  
'X-Remote-Port' => '5976',
  
'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' => '372fab89bb8eb11c9d447c1ea8a32508',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '18.191.46.36',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
Ejemplos
#1 getallheaders  ()