The str_replace function replaces the first occurance of b in
a with c and returns an integer that indicates whether a
replacement was made or not. If b does not occur in a, zero is
returned. However, if b occurs in a, a non-zero integer is
returned as well as the new string resulting from the replacement.