Copyright © tutorialspoint.com
Syntax
Definition and UsageRemoves the elements of ARRAY from the element OFFSET for LENGTH elements, replacing the elements removed with LIST, if specified. If LENGTH is omitted, removes everything from OFFSET onwards. Return Value
ExampleTry out following example:
It will produce following result:
|
Copyright © tutorialspoint.com