Stack « Data Structure « PHP






1.array_pop: Pop the element off the end of array
2.array_push: Push one or more elements onto the end of array
3.A stack with type restricted to int
4.Stack in Use