how to find php version in php.ini file code example
Example 1: how to find php.ini
php -i | grep "Loaded Configuration File"
Example 2: where is php.ini file
#Here is the path of php.ini file
C:\xampp\php\php.ini
#check in your system drive where the wamp or Xampp is install