PHP » GoLang |
login |
register |
about
|
GoLang SyncEvent::fire
request it (381)
GoLang replacement for PHP's SyncEvent::fire
[edit | history]
SyncEvent::fire(PECL sync >= 1.0.0) SyncEvent::fire — Fires/sets the event Description
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. ParametersThis function has no parameters. Return ValuesA boolean of TRUE if the event was fired, FALSE otherwise. ExamplesExample #1 SyncEvent::fire() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|