Answers for "how to find version of php running"

PHP
7

php get version

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

check php version

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

Code answers related to "how to find version of php running"

Browse Popular Code Answers by Language