str_repeat(string,repeat)

  • 参数 string 规定要重复的字符串。
  • 参数 repeat 规定字符串将被重复的次数。

注:参数 repeat 的值必须大于等于 0;如果 repeat 被设置为 0,那么函数将返回一个空字符串。

$str = "hello";
echo "重要的事情说三遍:" . str_repeat($str, 3);

//重要的事情说三遍:hellohellohello

作者 admin

百度广告效果展示