The str_repeat() function used for repeat a string a number of times.
Syntax
str_repeat(string,repeat_length)
Example
echo str_repeat(".", 10);
Output
..........
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.