Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 430 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 430 Bytes

Build Status

extension-arrayfunctions

Extended array functions for Lucee

This extension adds the following functions:

ArrayPop(arrayToPop)
ArrayShift(arrayToShift)
ArraySplice(arrayToSplice, offset [, length [, replacement]])
ArrayIndexBy(array, keyOrClosure)