php show version code example
Example 1: php get version
echo PHP_VERSION;
Example 2: check php version
/* in terminal type it*/
php -v
Example 3: how to cheeck php
<?phpphpinfo(); ?>
echo PHP_VERSION;
/* in terminal type it*/
php -v
<?phpphpinfo(); ?>