Home > Backend Development > PHP Tutorial > 用什么命令查看PHP版本?

用什么命令查看PHP版本?

WBOY
Release: 2016-06-23 14:25:15
Original
2812 people have browsed it

回复讨论(解决方案)

echo phpinfo();
Copy after login

有一个常量调用就可以看到了

echo PHP_VERSION;
echo phpversion();

echo PHP_VERSION;
echo phpversion();

输出:
5.3.10-1ubuntu3.7

上面输出
PHP版本是:5.3.10-1?
ubuntu3.7,是什么意思?


echo PHP_VERSION;
echo phpversion();

输出:
5.3.10-1ubuntu3.7

上面输出
PHP版本是:5.3.10-1?
ubuntu3.7,是什么意思?



系统。 和windows  unix  什么的一样

命令行:php -V



echo PHP_VERSION;
echo phpversion();

输出:
5.3.10-1ubuntu3.7

上面输出
PHP版本是:5.3.10-1?
ubuntu3.7,是什么意思?



系统。 和windows  unix  什么的一样

本电脑的ubuntu版本是:ubuntu 12.04 LTS。
为什么是3.7?

phpinfo();
用这个方法就可以查看的!很详细!

楼主是故意找茬的吧

楼主是故意找茬的吧

这位,是来找分的?

echo phpinfo()

echo phpinfo()

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