update : 2015.11.03
php.shukuma.com검색:
|
Pool::collect(PECL pthreads >= 2.0.0) Pool::collect — Collect references to completed tasks 설명Allows the Pool to collect references determined to be garbage by the given collector 인수
반환값void 예제
Example #1 Creating Pools
<?php 위 예제의 출력: Hello from MyWork in Thread #140222468777728 object(Pool)#1 (6) { ["size":protected]=> int(8) ["class":protected]=> string(8) "MyWorker" ["workers":protected]=> array(1) { [0]=> object(MyWorker)#4 (1) { ["something"]=> object(Something)#5 (0) { } } } ["work":protected]=> array(0) { } ["ctor":protected]=> array(1) { [0]=> object(Something)#2 (0) { } } ["last":protected]=> int(1) } |