An array_splice which does preverse the keys of the replacement array
Description
The argument list is identical to array_splice
Parameters
$inputarrayrequired- The input array.
$offsetintrequired- The offeset to start.
$lengthintoptional- Optional length.
Default:
null $replacementarrayoptional- The replacement array.
Default:
array()
Changelog
| Version | Description |
|---|---|
| 1.6.5 | Introduced. |