LittleDemon WebShell


Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64
Path : /opt/alt/php53/usr/share/doc/pear/ConsoleTools/docs/
File Upload :
Command :
Current File : //opt/alt/php53/usr/share/doc/pear/ConsoleTools/docs/tutorial_example_06_progressbar_basic.php

<?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();

?>

LittleDemon - FACEBOOK
[ KELUAR ]