関連タグで絞り込む (2)
Console_ProgressBar
タグ
PHP20%ルールの話で紹介されているGoogleプログレスバーをPHPで作ってみました。 require_once 'Console/ProgressBar.php'; $bar = new Console_ProgressBar('[G%bar%] %percent%', 'oogle', '-', 80, 7); for ($i = 0; $i 7; $i++) { $bar->update($i); sleep(... 続きを読む d:id:taraburo コンピュータ・IT
PHP20%ルールの話で紹介されているGoogleプログレスバーをPHPで作ってみました。 require_once 'Console/ProgressBar.php'; $bar = new Console_ProgressBar('[G%bar%] %percent%', 'oogle', '-', 80, 7); for ($i = 0; $i 7; $i++) { $bar->update($i); sleep(... 続きを読む