Question: You want to list the modules available in your PHP installation. What command should you run?

  1. `php -h`
  2. `php info`
  3. `php -v`
  4. `php -m`

Answer: The correct answer of the above question is Option D:`php -m`