str_repeat()
The str_repeat() function repeats a string a specified number of times. This is useful for generating patterns or padding strings to a certain length.