Worker::unstack Unstacking work &reftitle.description; public intWorker::unstack Removes the first task (the oldest one) in the stack. &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; The new size of the stack. &reftitle.changelog; &Version; &Description; v3 The parameter to specify the task to unstack has been removed. Now, only the first task in the stack is removed. &reftitle.examples; Removing objects from the stack of Workers stack($work)); var_dump($my->unstack()); ]]> &example.outputs;