Home > Backend Development > PHP Tutorial > PHP self-study no00014 predefined constants baike.baidu.com@v 00 anmin0001

PHP self-study no00014 predefined constants baike.baidu.com@v 00 anmin0001

WBOY
Release: 2016-07-29 08:50:57
Original
1024 people have browsed it

<?php echo &#39;当前文件路径:&#39;;
echo __FILE__.&#39;<br />';				//文件名
echo '当前行数:';
echo __LINE__.'<br>';				//编程里行数
echo '该PHP版本号:';
echo PHP_VERSION.'<br>';			//PHP版本
echo '操作系统:';
echo PHP_OS;						//PHP操作系统

?>
Copy after login

PHP self-study no00014 predefined constants baike.baidu.com@v 00 anmin0001

The above introduces the PHP self-study no00014 predefined constants, including the 0001 content. I hope it will be helpful to friends who are interested in PHP tutorials.

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