In console window, type
php -v
Another way, create a “show_version.php” file inside your any PHP site. Type
<?php phpinfo(); ?>
In console window, type
php -v
Another way, create a “show_version.php” file inside your any PHP site. Type
<?php phpinfo(); ?>