> str_repeat() in php ~ Online tutorial

str_repeat() in php

The str_repeat() function repeats a string specified number of times.
Syntax
str_repeat(string,repeat)
Example

<?php
echo str_repeat("india",4);
?>

output
indiaindiaindiaindia

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: