Answers for "how list all version php in linux"

PHP
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
3

check php version linux terminal

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

Browse Popular Code Answers by Language