Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
str_repeat
str_repeat
Repeat a string
Name:
str_repeat
Category:
String
Programming Language:
php
One-line Description:
Repeat the string as specified number of times.
Related
Avoid infinite recursion traps when using serialize
8
PHP Framework Trends and Future in Mobile Development
5
In-Depth Guide to Using the PHP Traversable Interface
2
What is the session_get_cookie_params function? Detailed Explanation of Its Role and Basic Usage in PHP
2
Similar Functions
str_getcsv
str_getcsv
ParsingCSVstringsint
implode
implode
Convertthevalueofaon
sha1_file
sha1_file
Calculatethesha1hash
ucwords
ucwords
Convertthefirstlette
strncasecmp
strncasecmp
Binarysafecomparison
chr
chr
Generatesingle-bytes
soundex
soundex
Calculatethesoundexk
strrchr
strrchr
Findthelastoccurrenc
Popular Articles