printf: right-pad with dashes: %'--6s
<?php printf ("right-pad it with dashes: %'--6s\n", 'foo', 'foo'); ?>