Answers for "how to find which version of php i have"

PHP
7

php get version

echo PHP_VERSION;
Posted by: Guest on June-02-2020
1

check php version

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

Code answers related to "how to find which version of php i have"

Browse Popular Code Answers by Language