Stack::push

(Available since version 1.0)

Stack::pushPushes an element at the end of the stack

Description

public bool Stack::push ( mixed $value )

Pushes value at the end of the stack.

Parameters

value

The value to push.

Return Values

TRUE.

To Top