Visualizzare l'elenco a discesa

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
risultato
$array = [
  
'Remote-Ip' => '3.133.109.211',
  
'X-Iplb-Unique-Id' => '03856DD3:75FE_D5BA2113:0050_6648BDC3_23740:191C',
  
'Remote-Port' => '30206',
  
'Forwarded' => 'for=3.133.109.211; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '3.133.109.211',
  
'X-Remote-Port' => '30206',
  
'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' => 'bd92e12fe4ab0b241aee54b786632495',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '3.133.109.211',
  
'X-Predictor' => '1',
  
'Cookie' => 'search_method=input',
  
'Host' => 'micmap.org',
]
Esempi
#1 getallheaders  ()