mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 09:55:32 +02:00
php: add --rf example (#7104)
This commit is contained in:
parent
1c2dc4bbc8
commit
41bcf9610f
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
||||||
- Display information about the current PHP configuration:
|
- Display information about the current PHP configuration:
|
||||||
|
|
||||||
`php -i`
|
`php -i`
|
||||||
|
|
||||||
|
- Display information about a specific function:
|
||||||
|
|
||||||
|
`php --rf {{function_name}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue