显示下拉菜单

getallheaders()

« get_required_files | getcwd »
<?php
$array 
getallheaders ();
?>
结果
$array = [
  
'Remote-Ip' => '35.172.164.32',
  
'X-Iplb-Unique-Id' => '23ACA420:E8C4_D5BA2113:0050_647B039E_097A:1C326',
  
'Remote-Port' => '59588',
  
'Forwarded' => 'for=35.172.164.32; proto=http; host=micmap.org',
  
'X-Remote-Proto' => 'http',
  
'X-Remote-Ip' => '35.172.164.32',
  
'X-Remote-Port' => '59588',
  
'X-Forwarded-Port' => '80',
  
'Accept-Encoding' => 'br,gzip',
  
'If-Modified-Since' => 'Wed, 07 Dec 2022 04:28:07 GMT',
  
'Accept-Language' => 'en-US,en;q=0.5',
  
'Accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
  
'User-Agent' => 'CCBot/2.0 (https://commoncrawl.org/faq/)',
  
'X-Ovhrequest-Id' => 'fb690733a219bc5e42789ff4fba6e21b',
  
'X-Forwarded-Proto' => 'http',
  
'X-Forwarded-For' => '35.172.164.32',
  
'X-Predictor' => '1',
  
'Host' => 'micmap.org',
]
示例
#1 getallheaders  ()