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

Print PHP $_SERVER constant, _server constant_PHP tutorial

WBOY
Release: 2016-07-13 09:47:02
Original
1225 people have browsed it

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'; };...
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template