1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:46:00 +02:00

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: - Get a list of installed PHP extensions:
`php -m` `php -m`
- Display information about the current PHP configuration:
`php -i`