Worker::unstack PHP Method

unstack() public method

Removes the first item from the stack
public unstack ( ) : integer
return integer The new length of the stack
    public function unstack()
    {
    }