Multibyte string replace
| Parameters | |||
|---|---|---|---|
string|string[]
|
$search |
the string to be searched |
# |
string|string[]
|
$replace |
the replacement string |
# |
string
|
$subject |
the source string |
# |
int
|
&$count = 0 |
number of matches found |
# |
| Returns | |
|---|---|
string
|
replaced string |