Answers for "list php version linux"

PHP
0

get the list of php versions installed

I use the following command to view installed PHP versions in Ubuntu:
========================================================================
sudo update-alternatives --list php
Posted by: Guest on February-26-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