| Function Name: |
array_splice |
| Function Versions: |
PHP 4, PHP 5 |
| Function Description: |
array_splice Remove a portion of the array and replace it with something else |
| Return: |
array |
| Function Arguments: |
array &input, int offset [, int length [, array replacement]] |
|