NAME exclude_array - exclude a sub-array from an array SYNOPSIS mixed *exclude_array(mixed *arr, int from, int to) DESCRIPTION This function will exclude the sub-array from arr ranging [from..to]. If to is negative, the range will end at sizeof(arr)+to, including the element. Indexes out of bounds will conform to the boundaries. SEE ALSO efun/arrays/, efun/strings/