diff options
author | Marcus Boerger <helly@php.net> | 2005-12-11 02:17:34 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-12-11 02:17:34 +0000 |
commit | ba6c82eee9e00fee03e3c611f0802149f5dd5e56 (patch) | |
tree | 037ff19b553174fb5c802c9e3f706d80e39a4066 /sapi/cli/php.1.in | |
parent | b3fc86b5f4ad6f6639eb539888f301183ceff6ad (diff) | |
download | php-git-ba6c82eee9e00fee03e3c611f0802149f5dd5e56.tar.gz |
- MFH --r* switches
Diffstat (limited to 'sapi/cli/php.1.in')
-rw-r--r-- | sapi/cli/php.1.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index fb77577353..2658b384b1 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -283,6 +283,36 @@ Arguments passed to script. Use when first argument starts with .B '\-' or script is read from stdin +.TP +.PD 0 +.B \-\-rfunction +.IR name +.TP +.PD 1 +.B \-\-rf +.IR name +Shows information about function +.B name +.TP +.PD 0 +.B \-\-rclass +.IR name +.TP +.PD 1 +.B \-\-rc +.IR name +Shows information about class +.B name +.TP +.PD 0 +.B \-\-rextension +.IR name +.TP +.PD 1 +.B \-\-re +.IR name +Shows information about extension +.B name .SH FILES .TP 15 .B php\-cli.ini |