Home > php教程 > php手册 > 常用的预定义变量

常用的预定义变量

WBOY
Release: 2016-06-13 10:49:08
Original
788 people have browsed it

echo  "当前操作系统信息".PHP_OS."
";
echo '本文件路径和文件名为:'.__FILE__.'
'; 
echo "当前PHP版本信息".PHP_VERSION."
";
?>

 

摘自 ms.元

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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template