News Feed
Jobs Feed
Sections




News Archive
JavaWorld:
Web-less PHP Command Line PHP
May 31, 2011 @ 13:09:05

On JavaWorld they've posted a look at command-line PHP support including a few sample scripts to get you started:

When I decided to give PHP a closer look, I wondered if PHP was a browser-only technology or if it could be used for command line scripting. It turns out that one can write operating system level scripts with PHP as discussed in online resources such as Command Line Scripting in PHP, Command Line PHP on Microsoft Windows, and Executing PHP files. In this blog post, I look at PHP command line scripting at an introductory level.

He talks about some of the basics - setting up a "Hello World" script to be run as PHP (and running it) as well as adding in the ability to take command-line arguments. He shows how to get environment information and run other command calls through the PHP script. He also points out the handy php_sapi_name method that can be used to detect whether or not the script is running on the command line.

0 comments voice your opinion now!
commandline tutorial introduction windows


blog comments powered by Disqus

Similar Posts

The Bakery: 10 New CakePHP Articles, Tutorials and Helpers

Justin Carmony's Blog: PHP Workers with Redis & Solo

Zend Developer Zone: Indexing Web Content with PHP and SWISH-E

PHP F1: PHP Session Tutorial

Maarten Balliauw's Blog: Lightweight PHP application deployment to Windows Azure


Community Events









Don't see your event here?
Let us know!


framework database object language interview opinion example introduction development zendframework2 code composer release phpunit tool community api testing unittest podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework