Hi
Is there a function to delete an item in an array at a specific index rather than using pop and shift to delete at the front and end?
unset(arr[val]);