1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 12:55:51 +02:00

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}}`