This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @brief Return a progress bar with the length of $width | |
* | |
* @param [in] $done count for progress | |
* @param [in] $total Maximum of progress | |
* @param [in] $info Prefix text | |
* @param [in] $width Width of progress bar (w/o prefix) | |
* @param [in] $off Char to indicate not processed yet | |
* @param [in] $on Char to indecate process |