Results of 1 - 9 of about 9 for SyncEvent (0.001 sec.)
- Constructs a new SyncEvent object 10659
- « SyncEvent SyncEvent::fire » PHP Manual SyncEvent Constructs a new SyncEvent object SyncEvent::
... __construct (PECL sync >= 1.0.0) SyncEvent::__construct — Constructs a new SyncEvent object 説 ... 明 public SyncEvent::__construct ( string $name = ? , bool $manual = f ... is the first to create the object. 戻り値 The new SyncEvent object. エラー / 例外 An exception is thrown if th ... e event object cannot be created or opened. 例 例1 SyncEvent::__construct() example <?php // In a web applicati ...
-
https://man.plustar.jp/php/syncevent.construct.html
- [similar]
- Resets a manual event 10569
- « SyncEvent::fire SyncEvent::wait » PHP Manual SyncEvent Resets a manual event SyncEvent::reset
... (PECL sync >= 1.0.0) SyncEvent::reset — Resets a manual event 説明 public SyncEve ... nt::reset (): bool Resets a SyncEvent object that has been fired/set. Only valid for man ... true を、失敗した場合に false を返します。 例 例1 SyncEvent::reset() example <?php // In a web application: $e ... vent = new SyncEvent ( "DemoApplication" , true ); $event -> wait (); / ...
-
https://man.plustar.jp/php/syncevent.reset.html
- [similar]
- Fires/sets the event 10461
- « SyncEvent::__construct SyncEvent::reset » PHP Manual SyncEvent Fires/sets the event SyncEvent:
... :fire (PECL sync >= 1.0.0) SyncEvent::fire — Fires/sets the event 説明 public SyncEvent ... ::fire (): bool Fires/sets a SyncEvent object. Lets multiple threads through that are wai ... true を、失敗した場合に false を返します。 例 例1 SyncEvent::fire() example <?php // In a web application: $ev ... ent = new SyncEvent ( "GetAppReport" ); $event -> fire (); // In a cro ...
-
https://man.plustar.jp/php/syncevent.fire.html
- [similar]
- Waits for the event to be fired/set 10263
- « SyncEvent::reset SyncReaderWriter » PHP Manual SyncEvent Waits for the event to be fired/set SyncEvent
... yncEvent::wait (PECL sync >= 1.0.0) SyncEvent::wait — Waits for the event to be fired/set 説明 p ... ublic SyncEvent::wait ( int $wait = -1 ): bool Waits for the SyncE ... true を、失敗した場合に false を返します。 例 例1 SyncEvent::wait() example <?php // In a web application: $ev ... ent = new SyncEvent ( "GetAppReport" ); $event -> fire (); // In a cro ...
-
https://man.plustar.jp/php/syncevent.wait.html
- [similar]
- The SyncEvent class 10227
- « SyncSemaphore::unlock SyncEvent::__construct » PHP Manual Sync The SyncEvent class The SyncEvent
... aded data needs to be processed). クラス概要 class SyncEvent { /* メソッド */ public __construct ( string $name ... : bool public wait ( int $wait = -1 ): bool } 目次 SyncEvent::__construct — Constructs a new SyncEvent object S ... yncEvent::fire — Fires/sets the event SyncEvent::reset — Resets a manual event SyncEvent::wait — W ... aits for the event to be fired/set 関連キーワード: SyncEvent , event , public , wait , construct , objects , se ...
-
https://man.plustar.jp/php/class.syncevent.html
- [similar]
- Sync 9077
- « Shmop はじめに » PHP Manual プロセス制御 Sync Sync はじめに インストール/設定 要件 インストール
... ore::unlock — Increases the count of the semaphore SyncEvent — The SyncEvent class SyncEvent::__construct — Con ... structs a new SyncEvent object SyncEvent::fire — Fires/sets the event Sync ... Event::reset — Resets a manual event SyncEvent::wait — Waits for the event to be fired/set SyncRe ... 連キーワード: SyncReaderWriter , SyncSharedMemory , SyncEvent , lock , SyncSemaphore , SyncMutex , construct , n ...
-
https://man.plustar.jp/php/book.sync.html
- [similar]
- Increases the count of the semaphore 6794
- « SyncSemaphore::lock SyncEvent » PHP Manual SyncSemaphore Increases the count of the semaphore
... Semaphore , of , the , unlock , prevcount , lock , SyncEvent ...
-
https://man.plustar.jp/php/syncsemaphore.unlock.html
- [similar]
- プロセス制御 6453
- « Vtiful\Kernel\Format::underline Eio » PHP Manual 関数リファレンス プロセス制御 プロセス制御 Ei
... utex class SyncSemaphore — The SyncSemaphore class SyncEvent — The SyncEvent class SyncReaderWriter — The SyncR ...
-
https://man.plustar.jp/php/refs.fileprocess.process.html
- [similar]
- The SyncReaderWriter class 6291
- « SyncEvent::wait SyncReaderWriter::__construct » PHP Manual Sync The SyncReaderWriter class The
...
-
https://man.plustar.jp/php/class.syncreaderwriter.html
- [similar]
PREV
1
NEXT