News Feed
Jobs Feed
Sections




News Archive
Maarten Balliauw's Blog:
A hidden gem in the Windows Azure SDK for PHP command line parsing
July 11, 2011 @ 11:41:38

In this new post Maarten Balliauw looks at a "hidden gem" in the Windows Azure SDK for PHP - the ability to create scripts to work with command-line scripts - the Microsoft_Console_Command class.

Usually when creating a command line script you would parse $_SERVER['argv'], validate values and check whether required switches are available or not. With the Microsoft_Console_Command class from the Windows Azure SDK for PHP, you can ease up this task. Let's compare writing a simple "hello" command.

He compares the two sides of making a PHP command-line script: the "ugly way" using normal PHP code and $_SERVER['argv'] and the "easy way" using the Microsoft_Console_Command class that uses a class to define the functionality. There's also methods to grab specific arguments, pull from STDIN and get environment variables.

0 comments voice your opinion now!
windows sdk azure commandline parse


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Automatic Tag Clouds for Every Site

Maarten Balliauw's Blog: Announcing PHP SDK for Windows Azure

Gonzalo Ayuso's Blog: Building a small microframework with PHP (Part 2). Command line interface

Zend Developer Zone: Zend Platform 3.0 Beta for Windows is released

Ruslan Yakushev's Blog: Multiple PHP versions on the same IIS server


Community Events











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


development release zendframework2 tool framework series object example code opinion functional conference community interview introduction database testing language composer podcast

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