php: add --rf example (#7104)

This commit is contained in:
Lauri 2021-10-26 10:45:10 +03:00 committed by GitHub
parent 1c2dc4bbc8
commit 41bcf9610f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,3 +30,7 @@
- Display information about the current PHP configuration:
`php -i`
- Display information about a specific function:
`php --rf {{function_name}}`