GNU/Linux |
CentOS 5.5 |
|
![]() |
str_replace(3stap) |
![]() |
str_replace − str_replace Replaces all instances of a substring with another.
str_replace:string(prnt_str:string,srch_str:string,rplc_str:string)
prnt_str
The string to search and replace in.
srch_str
The substring which is used to search in prnt_str string.
rplc_str
The substring which is used to replace srch_str.
Returns the given string with substrings replaced.
![]() |
str_replace(3stap) | ![]() |