テキストボックスを表示

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
結果
$array = [
  
'Remote-Ip' => '52.14.85.76',
  
'X-Iplb-Unique-Id' => '340E554C:FA84_D5BA2113:0050_6632A51B_43CDE:3C72',
  
'Remote-Port' => '64132',
  
'Forwarded' => 'for=52.14.85.76; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '52.14.85.76',
  
'X-Remote-Port' => '64132',
  
'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' => '492e7a40c65c6155b58d6739d41eefbd',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '52.14.85.76',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
#1 getallheaders  ()