1 2 3 4 5
<?php function print_c($last, $current) { echo str_repeat( chr(8), strlen( $last ) ) . $current; }