Pool::collectCollect references to completed tasks 説明
public int Pool::collect(Callable
$collector = ?)Allows the pool to collect references determined to be garbage by the optionally given collector. パラメータ
戻り値The number of remaining tasks in the pool to be collected. 変更履歴
例
例1 A basic example of Pool::collect
|