PHP str_replace() Function

PHP str_replace() Function is used to replace all the occurrences of the search string or array of search strings by replacement string or array of replacement strings in the given string or array respectively. PHP str_replace() function is PHP built-in function....