update : 2015.11.03
php.shukuma.com검색:
|
Threaded::wait(PECL pthreads >= 2.0.0) Threaded::wait — Synchronization 설명
public boolean Threaded::wait
([ integer
$timeout
] )Will cause the calling context to wait for notification from the referenced object 인수
반환값A boolean indication of success 예제
Example #1 Notifications and Waiting
<?php 위 예제의 출력: bool(true) |