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:
parent
b776bf1b69
commit
d8eeb6f856
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue