Answers for "check to see if phpis installed on 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

Code answers related to "check to see if phpis installed on linux"

Browse Popular Code Answers by Language