Buy me a coffee
PHP
›
文字列
›
str_repeat
←
str_pad
str_repeat
文字列
ucfirst
→
文字列をn回繰り返します。
構文
str_repeat(string $string, int $times): string