🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 02:27:02 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
php54
/
usr
/
share
/
doc
/
pear
/
ConsoleTools
/
docs
📍 /opt/alt/php54/usr/share/doc/pear/ConsoleTools/docs
🔄 Refresh
✏️
Editing: tutorial_example_06_progressbar_basic.php
Read Only
<?php require_once 'tutorial_autoload.php'; $output = new ezcConsoleOutput(); $bar = new ezcConsoleProgressbar( $output, 15 ); for ( $i = 0; $i < 15; $i++ ) { $bar->advance(); usleep( mt_rand( 2000, 200000 ) ); } $bar->finish(); $output->outputLine(); ?>
💾 Save Changes
❌ Cancel