(PECL sync >= 1.0.0)
SyncEvent::__construct — Constructs a new SyncEvent object
Constructs a named or unnamed event object.
name
The name of the event if this is a named event object.
Note:
If the name already exists, it must be able to be opened by the current user that the process is running as or an exception will be thrown with a meaningless error message.
manual
Specifies whether or not the event object must be reset manually.
Note:
Manual reset event objects allow all waiting processes through until the object is reset.
prefire
Specifies whether or not to prefire (signal) the event object.
Note:
Only has impact if the calling process/thread is the first to create the object.
The new SyncEvent object.
An exception is thrown if the event object cannot be created or opened.
Example #1 SyncEvent::__construct() example
<?php
/ In a web application:
$event = new SyncEvent("GetAppReport");
$event->fire();
/ In a cron job:
$event = new SyncEvent("GetAppReport");
$event->wait();
?>
Version | Description |
---|---|
PECL sync 1.1.0 |
Added |
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant