API: Various docu and clean-up.
[mediawiki.git] / maintenance / counter.php
blob67b9ce2183f3e4e0b94f8f31d421ffca6d6f773c
1 <?php
2 function print_c($last, $current) {
3 echo str_repeat( chr(8), strlen( $last ) ) . $current;