Array pop and Array push functions in php with examples Submitted by sandykrish on Sun, 10/16/2016 - 11:40 Array pop() function is used to delete the last element in an array. Array push() function is used to insert the element in the array