Worker::collectCollect references to completed tasks Description
   public int Worker::collect(Callable  
  $collector = ?)Allows the worker to collect references determined to be garbage by the optionally given collector. Parameters
 Return ValuesThe number of remaining tasks on the worker's stack to be collected. Examples
 Example #1 A basic example of Worker::collect The above example will output: There are currently 0 tasks on the stack to be collected There are 15 tasks remaining on the stack to be collected There are now 0 tasks on the stack to be collected  |