Afișează caseta pentru text

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
Rezultat
$array = [
  
'Remote-Ip' => '3.21.43.192',
  
'X-Iplb-Unique-Id' => '03152BC0:537E_D5BA2113:0050_66482C47_2F1A8:3AC0',
  
'Remote-Port' => '21374',
  
'Forwarded' => 'for=3.21.43.192; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '3.21.43.192',
  
'X-Remote-Port' => '21374',
  
'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' => 'e4b1591247329430e246c180d38d3848',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '3.21.43.192',
  
'X-Predictor' => '1',
  
'Cookie' => 'search_method=select',
  
'Host' => 'micmap.org',
]
Exemple
#1 getallheaders  ()