Results of 1 - 10 of about 15 for EventListener (0.004 sec.)
- The EventListener class 11024
- « EventHttpRequest::sendReplyStart EventListener::__construct » PHP Manual Event The EventListener
...
er class The EventListener class (PECL event >= 1.5.0) はじめに Represents a ...
connection listener. クラス概要 final class EventListener { /* Constants */ const int OPT_LEAVE_SOCKETS_BLOC ...
ying socket. (Added in event-1.6.0 .) 定義済み定数 EventListener::OPT_LEAVE_SOCKETS_BLOCKING By default Libevent tu ...
lag tells Libevent to leave them in blocking mode. EventListener::OPT_CLOSE_ON_FREE If this option is set, the conn ...
-
https://man.plustar.jp/php/class.eventlistener.html
- [similar]
- Set event listener's error callback 10571
- « EventListener::setCallback EventSslContext » PHP Manual EventListener Set event listener's err
...
or callback EventListener::setErrorCallback (PECL event >= 1.2.6-beta) Event ...
Listener::setErrorCallback — Set event listener's error callback 説明 public EventListener::setEr ...
rorCallback ( string $cb ): void Set event listener's error callback パラメータ cb The error callback ...
. Should match the following prototype: callback ( EventListener $listener = null , mixed $data = null ): void list ...
-
https://man.plustar.jp/php/eventlistener.seterrorcallback.html
- [similar]
- The setCallback purpose 10414
- « EventListener::getSocketName EventListener::setErrorCallback » PHP Manual EventListener The se
...
tCallback purpose EventListener::setCallback (PECL event >= 1.2.6-beta) EventListe ...
:setCallback — The setCallback purpose 説明 public EventListener::setCallback ( callable $cb , mixed $arg = null ): ...
. Should match the following prototype: callback ( EventListener $listener = null , mixed $fd = null , array $addre ...
ss = null , mixed $arg = null ): void listener The EventListener object. fd The file descriptor or a resource assoc ...
-
https://man.plustar.jp/php/eventlistener.setcallback.html
- [similar]
- Disables an event connect listener object 10240
- « EventListener::__construct EventListener::enable » PHP Manual EventListener Disables an event
...
connect listener object EventListener::disable (PECL event >= 1.2.6-beta) EventListener: ...
ables an event connect listener object 説明 public EventListener::disable (): bool Disables an event connect listen ...
合に true を、失敗した場合に false を返します。 参考 EventListener::enable() - Enables an event connect listener obje ...
ct 関連キーワード: event , Disables , EventListener , disable , パラメータ , construct , public , 関数 ...
-
https://man.plustar.jp/php/eventlistener.disable.html
- [similar]
- Enables an event connect listener object 10240
- « EventListener::disable EventListener::getBase » PHP Manual EventListener Enables an event conn
...
ect listener object EventListener::enable (PECL event >= 1.2.6-beta) EventListener:: ...
ables an event connect listener object 説明 public EventListener::enable (): bool Enables an event connect listener ...
合に true を、失敗した場合に false を返します。 参考 EventListener::disable() - Disables an event connect listener ob ...
ject 関連キーワード: event , Enables , EventListener , disable , パラメータ , getBase , public , 関数 , ...
-
https://man.plustar.jp/php/eventlistener.enable.html
- [similar]
- Creates new connection listener associated with an event base 10205
- « EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene
...
r associated with an event base EventListener::__construct (PECL event >= 1.2.6-beta) EventListe ...
listener associated with an event base 説明 public EventListener::__construct ( EventBase $base , callable $cb , mi ...
ustom user data attached to cb . flags Bit mask of EventListener::OPT_* constants. See EventListener constants . ba ...
unix:' , e.g. 'unix:/tmp/my.sock' . 戻り値 Returns EventListener object representing the event connection listener. ...
-
https://man.plustar.jp/php/eventlistener.construct.html
- [similar]
- Returns event base associated with the event listener 9892
- « EventListener::enable EventListener::getSocketName » PHP Manual EventListener Returns event ba
...
se associated with the event listener EventListener::getBase (PECL event >= 1.2.6-beta) ...
EventListener::getBase — Returns event base associated with the ...
event listener 説明 public EventListener::getBase (): void Returns event base associated wi ...
th the event listener. パラメータ この関数にはパラメータはありません。 ...
-
https://man.plustar.jp/php/eventlistener.getbase.html
- [similar]
- Retreives the current address to which the listener's socket is bound 9561
- « EventListener::getBase EventListener::setCallback » PHP Manual EventListener Retreives the cur
...
nt address to which the listener's socket is bound EventListener::getSocketName (PECL event >= 1.5.0) EventListener ...
the listener's socket is bound 説明 public static EventListener::getSocketName ( string &$address , mixed &$port = ...
、失敗した場合に false を返します。 関連キーワード: EventListener , bound , Retreives , which , getSocketName , para ...
-
https://man.plustar.jp/php/eventlistener.getsocketname.html
- [similar]
- Event 7854
- « CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス
...
Request::sendReplyStart — Initiate a chunked reply EventListener — The EventListener class EventListener::__constru ...
connection listener associated with an event base EventListener::disable — Disables an event connect listener obje ...
ct EventListener::enable — Enables an event connect listener object ...
EventListener::getBase — Returns event base associated with the ...
-
https://man.plustar.jp/php/book.event.html
- [similar]
- 例 7541
- « リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback
...
o bind socket\n"; exit(1); } $this->listener = new EventListener($this->base, array($this, "acceptConnCallback"), $ ...
this->base, EventListener::OPT_CLOSE_ON_FREE | EventListener::OPT_REUSEABLE, ...
>socket); */ // Variant #2 $this -> listener = new EventListener ( $this -> base , array( $this , "acceptConnCallba ...
ck" ), $this -> base , EventListener :: OPT_CLOSE_ON_FREE | EventListener :: OPT_REUSEA ...
-
https://man.plustar.jp/php/event.examples.html
- [similar]