把字符串 "." 重复 13 次:
<?php echo str_repeat(".",13); ?>
str_repeat() 函数把字符串重复指定的次数。
str_repeat(string,repeat)