How to check php version in Linux?

How to check php version in Linux or centos
simple copy and paste this command to check the php version in your linux window

php -i | grep 'PHP Version'


Output:
PHP Version => 5.5.10

Comments

Post a Comment