2017.07.18 str_repeatで文字列を反復する 同じ文字を反復し出力するのに便利 string str_repeat ( string $input , int $multiplier ) 繰り返した文字列を返します。 続きを読む