Answers for "check php all versions"

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
2

check php version

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

Code answers related to "check php all versions"

Browse Popular Code Answers by Language