Worker::collectCollect references to completed tasks Beschreibung
public int Worker::collect
([ Callable
$collector
] )Allows the worker to collect references determined to be garbage by the optionally given collector. Parameter-Liste
RückgabewerteThe number of remaining tasks on the worker's stack to be collected. Beispiele
Beispiel #1 A basic example of Worker::collect
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: 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 |