Answers for "linux check if php is installed"

PHP
1

check php version linux terminal

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

check installed php modules in linux

php -m | grep mbstring
Posted by: Guest on October-24-2020

Code answers related to "linux check if php is installed"

Browse Popular Code Answers by Language