00001 <?php 00009 function print_c($last, $current) { 00010 echo str_repeat( chr(8), strlen( $last ) ) . $current; 00011 } 00012