Print PHP $_SERVER constant, _server constant
foreach( $_SERVER as $var => $value){
echo $var.' '.$ value.'
';
};
http://www.bkjia.com/PHPjc/1029361.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1029361.htmlTechArticlePrint PHP $_SERVER constant, _server constant foreach( $_SERVER as $var = $value){ echo $var. 'nbsp;'.$value.'br'; };...
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn