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`