Home >Backend Development >PHP Tutorial >Print PHP $_SERVER constant, _server constant_PHP tutorial

Print PHP $_SERVER constant, _server constant_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-13 09:47:021275browse

Print PHP $_SERVER constant, _server constant

foreach( $_SERVER as $var => $value){
echo $var.' '.$ value.'
';
};

www.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