str_replace

Definition

mixed str_replace ( mixed $search , mixed $replace , mixed $subject [, int &$count ] )

Description

This function returns a string or an array with all occurrences of search in subject replaced with the given replace value.

[More at php.net]

Parameters




loading


Share/bookmark - str_replace


Global comments