str_pad
문자열을 지정 길이로 채웁니다.
str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = STR_PAD_RIGHT): string