Worker::unstackStacking Description
final public int Worker::unstack
([ Stackable
$work
] )Removes the referenced Stackable ( or all Stackables if parameters are void ) from stack of the referenced Worker Parameters
Return ValuesThe new length of the stack Examples
Example #1 Removing Stackables from Workers
<?php The above example will output: int(1) int(0) |