Worker::unstackUnstacking work Description
public int Worker::unstack
( void
)
Removes the first task (the oldest one) in the stack. ParametersThis function has no parameters. Return ValuesThe new size of the stack. Changelog
Examples
Example #1 Removing objects from the stack of Workers
<?php The above example will output: int(1) int(0) |