diff options
author | Marcus Boerger <helly@php.net> | 2005-05-07 13:54:02 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-05-07 13:54:02 +0000 |
commit | 13ba056affb288651c60ab9d18ef2fa8a1b2fb99 (patch) | |
tree | 8bcb88a268ae75f5f50abab26e9a795ef109a764 /sapi/cli/php.1.in | |
parent | daae29965336c6d2931cdda4ac60f58875d584ac (diff) | |
download | php-git-13ba056affb288651c60ab9d18ef2fa8a1b2fb99.tar.gz |
- Update
Diffstat (limited to 'sapi/cli/php.1.in')
-rw-r--r-- | sapi/cli/php.1.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index 41f54634b0..c4e6d3bc35 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -24,7 +24,7 @@ PHP Command Line Interface 'CLI' .SH SYNOPSIS .B php [options] [ -.B \-f ] +.B \-f\fP ] .IR file [[\-\-] .IR args.\|.\|. ] @@ -60,9 +60,10 @@ PHP Command Line Interface 'CLI' [options] \-\- [ .IR args.\|.\|. ] .LP +\fBphp \fP[options] \fB\-a\fP +.LP .SH DESCRIPTION -.B PHP -is a widely\-used general\-purpose scripting language that is especially suited for +\fBPHP\fP is a widely\-used general\-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This is the command line interface that enables you to the following: .P @@ -108,7 +109,9 @@ executed. .TP .PD 1 .B \-a -Run interactively +Run PHP interactively. This lets you enter snippets of PHP code that directly +get executed. When readline support is enabled you can edit the lines and also +have hitory support. .TP .PD 0 .B \-\-php\-ini \fIpath\fP|\fIfile\fP |