From ba6c82eee9e00fee03e3c611f0802149f5dd5e56 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 11 Dec 2005 02:17:34 +0000 Subject: - MFH --r* switches --- sapi/cli/php.1.in | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'sapi/cli/php.1.in') 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 -- cgit v1.2.1