$length=100; $string="abc123"; $string=substr($string.'X' x $length, 0, $length);