substr_replace

Definition

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

Description

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

[More at php.net]

Parameters





loading


Share/bookmark - substr_replace


Global comments