Worker::unstack
Stacking
&reftitle.description;
public integerWorker::unstack
Threadedwork
Removes the referenced object ( or all objects if parameters are void ) from stack of the referenced Worker
&reftitle.parameters;
work
Threaded object previously stacked onto Worker
&reftitle.returnvalues;
The new length of the stack
&reftitle.examples;
Removing objects from the stack of Workers
stack($work));
var_dump($my->unstack($work));
?>
]]>
&example.outputs;