Answers for "check my php version in linux"

PHP
3

check the php version in ubuntu

php --version
Posted by: Guest on December-09-2020
1

checking php version

<?php
echo 'PHP version: ' . phpversion();
?>
Posted by: Guest on February-12-2021
2

check php version linux terminal

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

Browse Popular Code Answers by Language