📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-23 01:08:14
📂
/ (Root)
/
opt
/
alt
/
php55
/
usr
/
share
/
doc
/
pear
/
ConsoleTools
/
docs
📍 /opt/alt/php55/usr/share/doc/pear/ConsoleTools/docs
🔄 Refresh
✏️
Editing: tutorial_example_01_output_basic.php
Read Only
<?php require_once 'tutorial_autoload.php'; $output = new ezcConsoleOutput(); $output->formats->info->color = 'blue'; $output->outputText( 'Test text in color blue', 'info' ); ?>
💾 Save Changes
❌ Cancel