Question
How to repeat a string n times in PHP?
Answer
This function will repeat a particular string 30times and display on the screen
How to repeat a string n times in PHP?
Answer
<?php echo str_repeat(" www.maxergyinfotech.com ", 30); ?>Explanation
This function will repeat a particular string 30times and display on the screen
No comments:
Post a Comment