Results of 1 - 10 of about 39 for EventBufferEvent (0.004 sec.)
- The EventBufferEvent class 10666
- « EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The EventBufferEvent
...
ead or written enough data. クラス概要 final class EventBufferEvent { /* Constants */ const int READING = 1 ; const in ...
string public static sslFilter ( EventBase $base , EventBufferEvent $underlying , EventSslContext $ctx , int $state , ...
int $options = 0 ): EventBufferEvent public sslGetCipherInfo (): string public sslGetCi ...
SslContext $ctx , int $state , int $options = ? ): EventBufferEvent public write ( string $data ): bool public writeBu ...
-
https://man.plustar.jp/php/class.eventbufferevent.html
- [similar]
- About buffer event callbacks 9632
- « EventBufferEvent::writeBuffer EventConfig » PHP Manual Event About buffer event callbacks Abou
...
t buffer event callbacks An object of EventBufferEvent class represents a buffer event . The asynchronous ...
s should match the following prototype: callback ( EventBufferEvent $bev = null , mixed $arg = null ): void bev Associ ...
ated EventBufferEvent object. arg Custom variable attached to all callba ...
cks via EventBufferEvent::__construct() , or EventBufferEvent::setCallbacks ...
-
https://man.plustar.jp/php/eventbufferevent.about.callbacks.html
- [similar]
- Event 9240
- « CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス
...
ss EventBuffer::add — Append data to the end of an event buffer EventBuffer::addBuffer — Move all data from a buffer p ...
rovided to the current instance of EventBuffer EventBuffer::appendFrom — Moves the specified number of ...
tBuffer::unfreeze — Re-enable calls that modify an event buffer EventBuffer::unlock — Releases lock acquired by EventB ...
— Write contents of the buffer to a file or socket EventBufferEvent — The EventBufferEvent class EventBufferEvent::clo ...
-
https://man.plustar.jp/php/book.event.html
- [similar]
- Creates a new SSL buffer event to send its data over an SSL on a socket 9162
- « EventBufferEvent::sslRenegotiate EventBufferEvent::write » PHP Manual EventBufferEvent Creates
...
fer event to send its data over an SSL on a socket EventBufferEvent::sslSocket (PECL event >= 1.2.6-beta) EventBufferE ...
ts data over an SSL on a socket 説明 public static EventBufferEvent::sslSocket ( EventBase $base , mixed $socket , Eve ...
SslContext $ctx , int $state , int $options = ? ): EventBufferEvent Creates a new SSL buffer event to send its data ov ...
will be assigned later, for instance, by means of EventBufferEvent::connectHost() method. ctx Object of EventSslConte ...
-
https://man.plustar.jp/php/eventbufferevent.sslsocket.html
- [similar]
- Constructs EventBufferEvent object 9115
- « EventBufferEvent::connectHost EventBufferEvent::createPair » PHP Manual EventBufferEvent Const
...
ructs EventBufferEvent object EventBufferEvent::__construct (PECL event > ...
= 1.2.6-beta) EventBufferEvent::__construct — Constructs EventBufferEvent object ...
説明 public EventBufferEvent::__construct ( EventBase $base , mixed $socket = n ...
e socket should be created later, e.g. by means of EventBufferEvent::connect() . パラメータ base Event base that shoul ...
-
https://man.plustar.jp/php/eventbufferevent.construct.html
- [similar]
- Creates two buffer events connected to each other 9084
- « EventBufferEvent::__construct EventBufferEvent::disable » PHP Manual EventBufferEvent Creates
...
two buffer events connected to each other EventBufferEvent::createPair (PECL event >= 1.2.6-beta) EventBuffer ...
events connected to each other 説明 public static EventBufferEvent::createPair ( EventBase $base , int $options = 0 ) ...
: array Returns array of two EventBufferEvent objects connected to each other. All the usual opt ...
ions are supported, except for EventBufferEvent::OPT_CLOSE_ON_FREE , which has no effect, and Even ...
-
https://man.plustar.jp/php/eventbufferevent.createpair.html
- [similar]
- Connect buffer event's file descriptor to given address or UNIX socket 9006
- « EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu
...
's file descriptor to given address or UNIX socket EventBufferEvent::connect (PECL event >= 1.2.6-beta) EventBufferEve ...
riptor to given address or UNIX socket 説明 public EventBufferEvent::connect ( string $addr ): bool Connect buffer eve ...
ternally. To resolve DNS names(asyncronously), use EventBufferEvent::connectHost() method. パラメータ addr Should cont ...
true を、失敗した場合に false を返します。 例 例1 EventBufferEvent::connect() example <?php /* * 1. Connect to 127.0. ...
-
https://man.plustar.jp/php/eventbufferevent.connect.html
- [similar]
- Returns underlying output buffer associated with current buffer event 8833
- « EventBufferEvent::getInput EventBufferEvent::read » PHP Manual EventBufferEvent Returns underl
...
output buffer associated with current buffer event EventBufferEvent::getOutput (PECL event >= 1.2.6-beta) EventBufferE ...
r associated with current buffer event 説明 public EventBufferEvent::getOutput (): EventBuffer Returns underlying outp ...
be written. Note, there is also output property of EventBufferEvent class. パラメータ この関数にはパラメータはありませ ...
uffer associated with current buffer event. 例 例1 EventBufferEvent::getOutput() example <?php $base = new EventBase ( ...
-
https://man.plustar.jp/php/eventbufferevent.getoutput.html
- [similar]
- Returns most recent OpenSSL error reported on the buffer event 8833
- « EventBufferEvent::setWatermark EventBufferEvent::sslFilter » PHP Manual EventBufferEvent Retur
...
recent OpenSSL error reported on the buffer event EventBufferEvent::sslError (PECL event >= 1.2.6-beta) EventBufferEv ...
SSL error reported on the buffer event 説明 public EventBufferEvent::sslError (): string Returns most recent OpenSSL e ...
alse , if there is no more error to return. 例 例1 EventBufferEvent::sslError() example <?php // This callback is invo ...
vent_cb ( $bev , $events , $ctx ) { if ( $events & EventBufferEvent :: ERROR ) { // Fetch errors from the SSL error st ...
-
https://man.plustar.jp/php/eventbufferevent.sslerror.html
- [similar]
- Connects to a hostname with optionally asyncronous DNS resolving 8724
- « EventBufferEvent::connect EventBufferEvent::__construct » PHP Manual EventBufferEvent Connects
...
hostname with optionally asyncronous DNS resolving EventBufferEvent::connectHost (PECL event >= 1.2.6-beta) EventBuffe ...
h optionally asyncronous DNS resolving 説明 public EventBufferEvent::connectHost ( EventDnsBase $dns_base , string $ho ...
succeeds, it launches a connection attempt just as EventBufferEvent::connect() would. dns_base is optional. May be nul ...
ity support including HTTP, DNS, and RPC ). 注意 : EventBufferEvent::connectHost() requires libevent-2.0.3-alpha or gr ...
-
https://man.plustar.jp/php/eventbufferevent.connecthost.html
- [similar]