Module array
Source - array_pop
- Pop the element off the end of vector
- array_push
- Push one or more elements onto the end of vector
- array_rand
- Pick one random key out of a vector
- array_search
- Searches the vector for a given value and returns the first corresponding index if successful
- array_shift
- Shift an element off the beginning of vector
- array_unique
- Removes duplicate values from a vector
- array_unshift
- Prepend one element to the beginning of an vector
- array_walk
- Apply a user supplied function to every member of a vector