1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 04:17:55 +01:00

php: add new example (#2845)

This commit is contained in:
Ilya 2019-03-24 00:17:46 +02:00 committed by Starbeamrainbowlabs
parent 6b69d09d35
commit 3356ff2879

View file

@ -22,3 +22,7 @@
- Start a PHP built-in web server in the current directory:
`php -S {{host:port}}`
- Get a list of installed PHP extensions:
`php -m`