Answers for "how to check php version on ubuntu"

PHP
3

check the php version in ubuntu

php --version
Posted by: Guest on December-09-2020
1

check all php version installed ubuntu

Lists down all installed php versions

sudo update-alternatives --list php
Posted by: Guest on September-02-2021
1

check php version linux terminal

/* in terminal type it*/
php -v
Posted by: Guest on March-24-2021
1

php check version ubuntu

php -version
Posted by: Guest on February-01-2021

Code answers related to "how to check php version on ubuntu"

Browse Popular Code Answers by Language