Answers for "php add string to string five times"

PHP
0

php append n time pattern to string

str_repeat('asdf', 5);

# Output
asdfasdfasdfasdfasdf
Posted by: Guest on April-16-2021

Code answers related to "php add string to string five times"

Browse Popular Code Answers by Language