Ds\Stack::push

Ds\Stack::push

(PECL ds >= 1.0.0)

Ds\Stack::pushPushes values onto the stack.

Description

public void Ds\Stack::push ([ mixed $...values ] )

Pushes values onto the stack.

Parameters

values

The values to push onto the stack.

Return Values

No value is returned.