1 개요[ | ]
- PHP str_repeat()
- 문자열을 반복하는 PHP 함수
PHP
CPU
0.0s
MEM
22M
0.0s
Copy
echo str_repeat("hello", 3); # hellohellohello
hellohellohello
2 같이 보기[ | ]
- PHP for
- PHP str_pad() - 문자열을 지정한 길이가 되도록 다른 문자열로 채움
- PHP substr_count()
- PHP array_fill()
- 함수 str_repeat()
3 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.