Answers for "how to see php version used on my machine"

PHP
7

php get version

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

how to get php version in xampp

Open command prompt
Locate directory using cd C:/Xampp/php
Type command php -v
You will get your php version details
Posted by: Guest on December-26-2020

Code answers related to "how to see php version used on my machine"

Browse Popular Code Answers by Language