@@ -69,7 +69,7 @@ specified by \-F to be executed.
69
69
You can access the input line by \fB $argn \fP . While processing the input lines
70
70
.B $argi
71
71
contains the number of the actual line being processed. Further more
72
- the paramters \- B and \- E can be used to execute
72
+ the parameters \- B and \- E can be used to execute
73
73
.IR code
74
74
(see \- r) before and
75
75
after all input lines have been processed respectively. Notice that the
@@ -304,6 +304,9 @@ Shows information about extension
304
304
.IR name
305
305
Shows configuration for extension
306
306
.B name
307
+ .TP
308
+ .B \-\- ini
309
+ Show configuration file names
307
310
.SH FILES
308
311
.TP 15
309
312
.B php\- cli.ini
@@ -315,7 +318,7 @@ The standard configuration file will only be used when
315
318
cannot be found.
316
319
.SH EXAMPLES
317
320
.TP 5
318
- \fI php -r 'echo "Hello World \\n " ;' \fP
321
+ \fI php \ -r 'echo "Hello World \\n " ;' \fP
319
322
This command simply writes the text "Hello World" to standard out.
320
323
.TP
321
324
\fI php \- r 'print_r(gd_info());' \fP
@@ -339,7 +342,7 @@ configuration information. If you then combine those two
339
342
Using this PHP command you can count the lines being input.
340
343
.TP
341
344
\fI php \- R '@$l+=count(file($argn));' \- E 'echo "Lines:$l \\n " ;' \fP
342
- In this example PHP expects each input line beeing a file. It counts all lines
345
+ In this example PHP expects each input line being a file. It counts all lines
343
346
of the files specified by each input line and shows the summarized result.
344
347
You may combine this with tools like find and change the php scriptlet.
345
348
.TP
@@ -366,7 +369,7 @@ such a first line as shown below:
366
369
.PD 1
367
370
.P
368
371
.SH SEE ALSO
369
- For a description of PHP see :
372
+ For a more or less complete description of PHP look here :
370
373
.PD 0
371
374
.P
372
375
.B http://www.php.net/manual/
0 commit comments