多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# PHP.str\_repeat 方法 ## 注释 ~~~ 重复一个字符串 ~~~ ## 语法 ~~~ public static string str_repeat( string input, //待操作的字符串。 int multiplier //被重复的次数。);复制代码 ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | input | 待操作的字符串。 | | multiplier | 被重复的次数。 | ## 返回 ~~~ 返回 ~~~