ドロップダウンリストを表示

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
結果
$array = [
  
'Remote-Ip' => '18.119.110.134',
  
'X-Iplb-Unique-Id' => '12776E86:A1C7_D5BA2113:0050_6621AEC5_30855:739B',
  
'Remote-Port' => '41415',
  
'Forwarded' => 'for=18.119.110.134; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '18.119.110.134',
  
'X-Remote-Port' => '41415',
  
'X-Forwarded-Port' => '80',
  
'User-Agent' => 'claudebot',
  
'Accept' => '*/*',
  
'X-Ovhrequest-Id' => 'cfa7bd0ccca4f25a02590082459bf9f5',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '18.119.110.134',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
#1 getallheaders  ()