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:
parent
6b69d09d35
commit
3356ff2879
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue