News Feed
Jobs Feed
Sections




News Archive
Amazium Blog:
PHP in the Dark Input/Output
September 05, 2011 @ 11:25:32

On the Amazium blog Jeroen Keppens has a recent post looking at some of tools available to you when needing to filter input and escape output in your applications. This post specifically covers filtering on command line applications.

When you need data input in a web context, you send a GET/POST request to your script. On the command line, things work differently. In this blog post, we will talk obout input and output in php-cli.

The post is broken up into a few different sections:

Tools mentioned include everything from getopt and PEAR's' Console_Getopt out to using file descriptors and working with readline.

0 comments voice your opinion now!
input output filter arguments readline options


blog comments powered by Disqus

Similar Posts

Codewalkers.com: Named Arguments Discussion on PHP Mailing List

Pierre-Alain Joye's Blog: Debugging symfony (or any php script) with vim and Xdebug

PHP Security Blog: Holes in most preg_match() filters

Ken Guest's Blog: The Date_Holidays package, a pack of splitters and a pear tree

Codewalkers.com: Named Arguments Discussion on PHP Mailing List


Community Events











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


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

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