Mostrar lista de opciones

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
Resultado
$array = [
  
'Remote-Ip' => '18.223.15.47',
  
'X-Iplb-Unique-Id' => '12DF0F2F:7A83_D5BA2113:0050_66483E29_5CDFE:2A92',
  
'Remote-Port' => '31363',
  
'Forwarded' => 'for=18.223.15.47; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '18.223.15.47',
  
'X-Remote-Port' => '31363',
  
'X-Forwarded-Port' => '80',
  
'Accept-Encoding' => 'gzip, br, zstd, deflate',
  
'User-Agent' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
  
'Accept' => '*/*',
  
'X-Ovhrequest-Id' => '05703c11844d7c0e1115bd98516e994a',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '18.223.15.47',
  
'X-Predictor' => '1',
  
'Cookie' => 'search_method=select',
  
'Host' => 'micmap.org',
]
Ejemplos
#1 getallheaders  ()