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
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
also get from
ReplyDeletephp -v