Removed "too" from "also ... too".

This commit is contained in:
Vincent Tunru
2012-10-14 15:33:39 +02:00
parent 4d7ade7463
commit d6a150eb21

View File

@@ -4,7 +4,7 @@ isChild: true
## Command Line Interface
PHP was created primarily to write web applications, but it's also useful for scripting command line interface (CLI) programs, too. Command line PHP programs can help you automate common tasks like testing, deployment, and application administrativia.
PHP was created primarily to write web applications, but it's also useful for scripting command line interface (CLI) programs. Command line PHP programs can help you automate common tasks like testing, deployment, and application administrativia.
CLI PHP programs are powerful because you can use your app's code directly without having to create and secure a web GUI for it. Just be sure not to put your CLI PHP scripts in your public web root!
@@ -53,4 +53,4 @@ Hello, world
[argv]: http://php.net/manual/en/reserved.variables.argv.php
[php-cli]: http://php.net/manual/en/features.commandline.php
[php-cli-windows]: http://www.php.net/manual/en/install.windows.commandline.php
[exit-codes]: http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits
[exit-codes]: http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits