Auf Kommando – PHP 5 auf der Kommandozeile
Published in PHP Magazin 6.04 by Carsten Lucke The new PHP5 comes with some interesting changes concerning the command-line interface (CLI). It allows the user to process input-data from the standard input stream (stdin) line by line. In many cases this allows fast and efficient processing of data that comes from files or program outputs.
