php: add info example (#2950)

This commit is contained in:
Owen Voke 2019-04-28 13:05:08 +01:00 committed by Muhammad Falak R Wani
parent b776bf1b69
commit d8eeb6f856

View File

@ -26,3 +26,7 @@
- Get a list of installed PHP extensions:
`php -m`
- Display information about the current PHP configuration:
`php -i`