update : 2015.11.03
php.shukuma.com검색:
|
Cond::broadcast(PECL pthreads >= 2.0.0) Cond::broadcast — Broadcast a Condition 설명
final
public
static
boolean
Cond::broadcast
(
long
$condition
)Broadcast to all Threads blocking on a call to Cond::wait(). 인수
반환값A boolean indication of success. 예제
Example #1 Condition Broadcasting
<?php 위 예제의 출력: bool(true) |