Simple class for using an array as a stack.
Copyright 2008-2017 Horde LLC (http://www.horde.org/)
$_stack : array
__construct( $stack = array())
push( $value)
pop()
peek( $offset = 1)