Class ArrayStack

Summary

Fully Qualified Name: Zend\Stdlib\ArrayStack
Extends: ArrayObject

Description

ArrayObject that acts as a stack with regards to iteration

Methods

Name Description Defined By
getIterator() Retrieve iterator ArrayStack

Method Details

getIterator()

Retrieve iterator

Retrieve an array copy of the object, reverse its order, and return an ArrayIterator with that reversed array.

Returns: \ArrayIterator

Top