substr_replace

 mixed substr_replace ( mixed $string , mixed $replacement , mixed $start [, mixed $length ] ) 

説明

substr_replace() replaces a copy of string delimited by the start and (optionally) length parameters with the string given in replacement.

戻り値

The result string is returned. If string is an array then array is returned.