Added syntax check parameter to php.md

This commit is contained in:
edgebal
2014-02-27 16:30:03 -03:00
parent 61a723fe0a
commit cd10e42af4

View File

@@ -6,6 +6,10 @@
`php {{file}}`
- Check syntax (lint)
`php -l {{file}}`
- Run PHP interactively
`php -a`