Answers for "ubuntu cli check installed php version"

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

Code answers related to "ubuntu cli check installed php version"

Browse Popular Code Answers by Language