library Array VERSIONlatest Index Page Functions (14) array_search Searches a value in the array contains Checks if a value exists in an array first Return first element from array. join Join element of an array. last Return last element from array. pop Remove last element from array and return it. push Push an element on top of array range Generate an integer array with the range provided. reverse Reverse an array shift Remove first element from array and return it. sort Sort an array. splice Splice an array tail Return last element from array. top Return first element from array.