PHP str_repeat()作用与实例教程
定义和用法
该str_repeat ( )函数重复一个字符串指定的次数。
语法
str_repeat(string,repeat)
Parameter | Description |
---|---|
string | 指定的字符串重复 |
repeat | 指定次数的字符串会重复出现。必须大于或等于0 |
<?php echo str_repeat(".",13); ?>
输出结果.............
以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索php
, string
, 字符串
, 实例
, 函数
教程
str repeat、php str repeat、php str repeat函数、js str repeat、thinkphp str repeat,以便于您获取更多的相关知识。
时间: 2024-09-20 08:38:30