(PHP 4, PHP 5, PHP 7)
str_repeat — �ظ�һ���ַ���
$input
, int $multiplier
) : string
���� input
�ظ�
multiplier
�κ�Ľ����
input
���������ַ�����
multiplier
input
���ظ��Ĵ�����
multiplier
������ڵ��� 0����� multiplier
������Ϊ 0���������ؿ��ַ�����
�����ظ�����ַ�����
Example #1 str_repeat() ����
<?php
echo str_repeat("-=", 10);
?>
�������̻������
-=-=-=-=-=-=-=-=-=-=