検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 404 for Event (0.028 sec.)
Detects whether event is pending or scheduled 6137
« Event::getSupportedMethods Event::set » PHP Manual Event Detects whether event is pending or s ... cheduled Event::pending (PECL event >= 1.2.6-beta) Event::pending ... — Detects whether event is pending or scheduled 説明 public Event::pending ... ( int $flags ): bool Detects whether event is pending or scheduled パラメータ flags One of, o ... r a composition of the following constants: Event::READ , Event::WRITE , Event::TIMEOUT , Event::SIG ...
https://man.plustar.jp/php/event.pending.html - [similar]
Event flags 6052
« 例 About event persistence » PHP Manual Event Event flags Event flags Event::READ This flag in ... dicates an event that becomes active when the provided file descrip ... stream resource, or socket) is ready for reading. Event::WRITE flag indicates an event that becomes active ... stream resource, or socket) is ready for writing. Event::SIGNAL used to implement signal detection. See "C ... onstructing signal events" below. Event::TIMEOUT indicates an event that be ...
https://man.plustar.jp/php/event.flags.html - [similar]
Event callbacks 5967
« About event persistence Constructing signal events » PHP Manual Event Event callbacks Event ca ... llbacks If a callback is registered for an event, it will be called when the event becomes active. ... To associate a callback with event one can pass a callable to either Event::__constru ... ct() , or Event::set() , or one of the factory methods like Event: ... :timer() . An event callback should match the following prototype: cal ...
https://man.plustar.jp/php/event.callbacks.html - [similar]
Set event priority 5915
« Event::set Event::setTimer » PHP Manual Event Set event priority Event::setPriority (PECL event ... t >= 1.2.6-beta) Event::setPriority — Set event priority 説明 public Even ... t::setPriority ( int $priority ): bool Set event priority. パラメータ priority The event priority. ... 場合に false を返します。 関連キーワード: priority , event , Set , Event , setPriority , setTimer , public , ...
https://man.plustar.jp/php/event.setpriority.html - [similar]
Enable events read, write, or both on a buffer event 5915
« EventBufferEvent::disable EventBufferEvent::free » PHP Manual EventBufferEvent Enable events r ... ead, write, or both on a buffer event EventBufferEvent::enable (PECL event >= 1.2.6-beta ... ) EventBufferEvent::enable — Enable events read, write, or ... both on a buffer event 説明 public EventBufferEvent::enable ( int $events ... ): bool Enable events Event::READ , Event::WRITE , or Event::READ | Eve ...
https://man.plustar.jp/php/eventbufferevent.enable.html - [similar]
Makes event non-pending 5898
« Event::__construct Event::delSignal » PHP Manual Event Makes event non-pending Event::del (PEC ... L event >= 1.2.6-beta) Event::del — Makes event non-pendin ... g 説明 public Event::del (): bool Removes an event from the set of mon ... itored events, i.e. makes it non-pending. パラメータ この関数に ... 合に true を、失敗した場合に false を返します。 参考 Event::add() - Makes event pending 関連キーワード: event ...
https://man.plustar.jp/php/event.del.html - [similar]
The EventBufferEvent class 5881
« EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The Event ... ventBufferEvent class (PECL event >= 1.2.6-beta) はじめに Represen ... ts Libevent's buffer event. Usually an application wants to pe ... f data buffering in addition to just responding to events. When we want to write data, for example, the usu ... This buffered I/O pattern is common enough that Libevent provides a generic mechanism for it. A "buffer eve ...
https://man.plustar.jp/php/class.eventbufferevent.html - [similar]
The parallel\Events\Event class 5881
« parallel\Events\Input::remove parallel\Events\Event\Type » PHP Manual parallel The parallel\Event ... ents\Event class The parallel\Events\Event class (0.9.0) Even ... t Objects When an Event is returned, Event::$object shall be removed from ... the loop that returned it, should the event be a write event the Input for Event::$source shal ... l also be removed. クラス概要 final class parallel\Events\Event { /* Shall be one of Event\Type constants * ...
https://man.plustar.jp/php/class.parallel-events-event.html - [similar]
The Swoole\Event class 5864
« Swoole\Coroutine::suspend Swoole\Event::add » PHP Manual Swoole The Swoole\Event class The Swo ... ole\Event class (PECL swoole >= 1.9.0) はじめに クラス概要 c ... lass Swoole\Event { /* メソッド */ public static add ( int $fd , cal ... _callback , callable $write_callback = ? , string $events = ? ): bool public static defer ( mixed $callback ... allback = ? , string $write_callback = ? , string $events = ? ): bool public static wait (): void public st ...
https://man.plustar.jp/php/class.swoole-event.html - [similar]
The parallel\Events\Event\Type class 5830
« parallel\Events\Event parallel\Sync » PHP Manual parallel The parallel\Events\Event\Type class ... The parallel\Events\Event\Type class (0.9.0) クラス概要 final class p ... arallel\Events\Event\Type { /* Event::$object was read into Even ... t::$value */ const Read ; /* Input for Event::$source written to Event::$object */ const Write ... ; /* Event::$object (Channel) was closed */ const Close ; /* ...
https://man.plustar.jp/php/class.parallel-events-event-type.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT