|
update : 2015.11.03
php.shukuma.com검색:
|
Pool::__construct(PECL pthreads >= 2.0.0) Pool::__construct — Creates a new Pool of Workers 설명Construct a new Pool of Workers 인수
반환값the new Pool 예제
Example #1 Creating Pools
<?php위 예제의 출력:
object(Pool)#1 (6) {
["size":protected]=>
int(8)
["class":protected]=>
string(8) "MyWorker"
["workers":protected]=>
NULL
["work":protected]=>
NULL
["ctor":protected]=>
array(1) {
[0]=>
object(Something)#2 (0) {
}
}
["last":protected]=>
int(0)
}
|