Current Path : /proc/thread-self/root/opt/alt/php55/usr/share/doc/pear/ConsoleTools/docs/ |
Current File : //proc/thread-self/root/opt/alt/php55/usr/share/doc/pear/ConsoleTools/docs/tutorial_example_01_output_basic.php |
<?php require_once 'tutorial_autoload.php'; $output = new ezcConsoleOutput(); $output->formats->info->color = 'blue'; $output->outputText( 'Test text in color blue', 'info' ); ?>