Articles → PHP → Str_Repeat Function In PHP
Str_Repeat Function In PHP
Purpose
Example
<!DOCTYPE html>
<html>
<body>
<?php
echo str_repeat("Superb!!!!!!!!!!!!!",3);
?>
</body>
</html>
Output
Click to Enlarge
| Posted By - | Karan Gupta |
| |
| Posted On - | Friday, October 9, 2020 |