PHP str_repeat() 函数
定义和用法
str_repeat() 函数将一个字符串重复指定次数。
语法
str_repeat(string,repeat)
参数值
参数 | 描述 |
---|---|
string | 必需。指定要重复的字符串 |
repeat | 必需。指定字符串将重复的次数。必须大于或等于 0 |
技术细节
返回值 | 返回重复的字符串 |
---|---|
PHP 版本 | 4+ |
❮ PHP 字符串参考
str_repeat() 函数将一个字符串重复指定次数。
str_repeat(string,repeat)
参数 | 描述 |
---|---|
string | 必需。指定要重复的字符串 |
repeat | 必需。指定字符串将重复的次数。必须大于或等于 0 |
返回值 | 返回重复的字符串 |
---|---|
PHP 版本 | 4+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]