Newer
Older
Import / web / www.xiaofrog.com / wiki / maintenance / counter.php
<?php
function print_c($last, $current) {
	echo str_repeat( chr(8), strlen( $last ) ) . $current;
}