str_replace

str_replace -- Replace all occurrences of the search string with the replacement string

Description

mixed str_replace ( mixed search, mixed replace, mixed subject)

Exemplo 1 . str_replace( ) example






Nota: str_replace() was added in PHP 3.0.6, but was buggy up until PHP 3.0.8.