update : 2015.11.03
php.shukuma.com검색:
|
SyncEvent::fire(PECL sync >= 1.0.0) SyncEvent::fire — Fires/sets the event 설명
public bool SyncEvent::fire
( void
)
Fires/sets a SyncEvent object. Lets multiple threads through that are waiting if the event object was created with a manual value of TRUE. 인수이 함수는 인수가 없습니다. 반환값A boolean of TRUE if the event was fired, FALSE otherwise. 예제Example #1 SyncEvent::fire() example
<?php 참고
|