HumHub Documentation (unofficial)

ArrayStack extends ArrayObject
in package

ArrayObject that acts as a stack with regards to iteration

Tags
template

TKey of array-key

template

TValue

template-extends

PhpArrayObject<TKey, TValue>

Table of Contents

Methods

getIterator()  : ArrayIterator<TKey, TValue>
Retrieve iterator

Methods

getIterator()

Retrieve iterator

public getIterator() : ArrayIterator<TKey, TValue>

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

Attributes
#[ReturnTypeWillChange]
Return values
ArrayIterator<TKey, TValue>

        
On this page

Search results