Results of 1 - 10 of about 404 for event (0.001 sec.)
- The Event class 6838
- « Constructing signal events Event::add » PHP Manual Event The Event class The Event class (PECL
... event >= 1.2.6-beta) はじめに Event class represents and ... event firing on a file descriptor being ready to read fr ... out expiring; a signal occurring; a user-triggered event. Every event is associated with EventBase . Howeve ... r, event will never fire until it is added (via Event::add( ...
-
https://man.plustar.jp/php/class.event.html
- [similar]
- Event 6650
- « CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス
... 設定 要件 インストール手順 実行時設定 リソース型 例 Event flags About event persistence Event callbacks Cons ... tructing signal events Event — The Event class Event::add — Makes event ... pending Event::addSignal — のエイリアス Event::add Event::addTim ... er — のエイリアス Event::add Event::__construct — Constructs Event object ...
-
https://man.plustar.jp/php/book.event.html
- [similar]
- Constructs Event object 6377
- « Event::addTimer Event::del » PHP Manual Event Constructs Event object Event::__construct (PECL
... event >= 1.2.6-beta) Event::__construct — Constructs Eve ... nt object 説明 public Event::__construct ( EventBase $base , mixed $fd , int $ ... at , callable $cb , mixed $arg = NULL ) Constructs Event object. パラメータ base The event base to associat ... et resource, or numeric file descriptor. For timer events pass -1 . For signal events pass the signal numbe ...
-
https://man.plustar.jp/php/event.construct.html
- [similar]
- About event persistence 6326
- « Event flags Event callbacks » PHP Manual Event About event persistence About event persistence
... By default, whenever a pending event becomes active (because its file descriptor is rea ... before its callback is executed. Thus, to make the event pending again one may call Event::add() on it agai ... n from inside the callback function. If the Event::PERSIST flag is set on an event, however, the eve ... nt is persistent . This means that event remains pending even when its callback is activate ...
-
https://man.plustar.jp/php/event.persistence.html
- [similar]
- Re-configures timer event 6326
- « Event::setPriority Event::signal » PHP Manual Event Re-configures timer event Event::setTimer
... (PECL event >= 1.2.6-beta) Event::setTimer — Re-configures tim ... er event 説明 public Event::setTimer ( EventBase $base , ca ... e $cb , mixed $arg = ? ): bool Re-configures timer event. Note, this function doesn't invoke obsolete libev ... ent's event_set . It calls event_assign instead. パラメータ ba ...
-
https://man.plustar.jp/php/event.settimer.html
- [similar]
- Constructs signal event object 6291
- « Event::setTimer Event::timer » PHP Manual Event Constructs signal event object Event::signal (
... PECL event >= 1.2.6-beta) Event::signal — Constructs signal e ... vent object 説明 public static Event::signal ( EventBase $base , int $signum , callable ... $cb , mixed $arg = ? ): Event Constructs signal event object. This is a straight ... forward method to create a signal event. Note, the generic Event::__construct() method can ...
-
https://man.plustar.jp/php/event.signal.html
- [similar]
- Constructs timer event object 6274
- « Event::signal EventBase » PHP Manual Event Constructs timer event object Event::timer (PECL event
... ent >= 1.2.6-beta) Event::timer — Constructs timer event object 説明 public ... static Event::timer ( EventBase $base , callable $cb , mixed $a ... rg = ? ): Event Constructs timer event object. This is a straightf ... orward method to create a timer event. Note, the generic Event::__construct() method can ...
-
https://man.plustar.jp/php/event.timer.html
- [similar]
- Re-configures event 6206
- « Event::pending Event::setPriority » PHP Manual Event Re-configures event Event::set (PECL event
... t >= 1.2.6-beta) Event::set — Re-configures event 説明 public Event::set ... ( EventBase $base , mixed $fd , int $what = ? , callable $ ... cb = ? , mixed $arg = ? ): bool Re-configures event. Note, this function doesn't invoke obsolete libev ... ent's event_set. It calls event_assign instead. パラメータ bas ...
-
https://man.plustar.jp/php/event.set.html
- [similar]
- Make event non-pending and free resources allocated for this event 6155
- « Event::delTimer Event::getSupportedMethods » PHP Manual Event Make event non-pending and free
... resources allocated for this event Event::free (PECL event >= 1.2.6-beta) Event::free ... — Make event non-pending and free resources allocated for this ... event 説明 public Event::free (): void Removes event from the list of even ... ts monitored by libevent, and free resources allocated for the event. 警告 ...
-
https://man.plustar.jp/php/event.free.html
- [similar]
- Makes event pending 6137
- « Event Event::addSignal » PHP Manual Event Makes event pending Event::add (PECL event >= 1.2.6-
... beta) Event::add — Makes event pending 説明 public Event::add ... ( float $timeout = ? ): bool Marks event pending. Non-pending event will never occur, and t ... he event callback will never be called. In conjunction with ... Event::del() an event could be re-scheduled by user at a ...
-
https://man.plustar.jp/php/event.add.html
- [similar]