php: add info example (#2950)

italian
Owen Voke 2019-04-28 13:05:08 +01:00 committed by Muhammad Falak R Wani
parent b776bf1b69
commit d8eeb6f856
1 changed files with 4 additions and 0 deletions

View File

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