\Horde_Support_Stack

Simple class for using an array as a stack.

Copyright 2008-2017 Horde LLC (http://www.horde.org/)

Summary

Methods
Properties
Constants
__construct()
push()
pop()
peek()
No public properties found
No constants found
No protected methods found
$_stack
N/A
No private methods found
No private properties found
N/A

Properties

$_stack

$_stack : array

Type

array

Methods

__construct()

__construct(  $stack = array()) 

Parameters

$stack

push()

push(  $value) 

Parameters

$value

pop()

pop() 

peek()

peek(  $offset = 1) 

Parameters

$offset