How to see the extensions loaded by PHP ?
To see all the extensions loaded by PHP, firstly we must be sure that PHP is successfully installed in our system. After that, we can use any of the following approaches to see the loaded extension list. Approach 1: In this approach, we will use command line to check all the loaded PHP extensions. O