Results of 1 - 10 of about 11 for bufferevent (0.028 sec.)
- Assign a priority to a bufferevent 12162
- « EventBufferEvent::setCallbacks EventBufferEvent::setTimeouts » PHP Manual EventBufferEvent Ass
...
ign a priority to a bufferevent EventBufferEvent::setPriority (PECL event >= 1.2.6 ...
-beta) EventBufferEvent::setPriority — Assign a priority to a bufferevent ...
説明 public EventBufferEvent::setPriority ( int $priority ): bool Assign a prio ...
rity to a bufferevent 警告 Only supported for socket buffer events パラメ ...
-
https://man.plustar.jp/php/eventbufferevent.setpriority.html
- [similar]
- Tells a bufferevent to begin SSL renegotiation 11824
- « EventBufferEvent::sslGetProtocol EventBufferEvent::sslSocket » PHP Manual EventBufferEvent Tel
...
ls a bufferevent to begin SSL renegotiation EventBufferEvent::sslRe ...
negotiate (PECL event >= 1.2.6-beta) EventBufferEvent::sslRenegotiate — Tells a bufferevent to begin SSL ...
renegotiation 説明 public EventBufferEvent::sslRenegotiate (): void Tells a bufferevent to be ...
his function tells the SSL to renegotiate, and the buffer event to invoke appropriate callbacks. This is an advan ...
-
https://man.plustar.jp/php/eventbufferevent.sslrenegotiate.html
- [similar]
- The EventBufferEvent class 10793
- « EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The E
...
ventBufferEvent class (PECL event >= 1.2.6-beta) はじめに Represen ...
ts Libevent's buffer event. Usually an application wants to perform some amo ...
t Libevent provides a generic mechanism for it. A "buffer event" consists of an underlying transport (like a sock ...
rlying transport is ready to be read or written, a buffer event invokes its user-supplied callbacks when it has r ...
-
https://man.plustar.jp/php/class.eventbufferevent.html
- [similar]
- Returns most recent OpenSSL error reported on the buffer event 9353
- « EventBufferEvent::setWatermark EventBufferEvent::sslFilter » PHP Manual EventBufferEvent Retur
...
ns most recent OpenSSL error reported on the buffer event EventBufferEvent::sslError (PECL event >= 1.2.6-b ...
eta) EventBufferEvent::sslError — Returns most recent OpenSSL error repo ...
rted on the buffer event 説明 public EventBufferEvent::sslError (): string ...
Returns most recent OpenSSL error reported on the buffer event. 注意 : This function is available only if Event ...
-
https://man.plustar.jp/php/eventbufferevent.sslerror.html
- [similar]
- 例 8321
- « リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback
...
b ( $bev , $events , $base ) { if ( $events & EventBufferEvent :: CONNECTED ) { echo "Connected.\n" ; } elseif ( ...
$events & ( EventBufferEvent :: ERROR | EventBufferEvent :: EOF )) { if ( $even ...
ts & EventBufferEvent :: ERROR ) { echo "DNS error: " , $bev -> getDnsEr ...
( "Failed to init DNS Base\n" ); } $bev = new EventBufferEvent ( $base , /* use internal socket */ NULL , EventBu ...
-
https://man.plustar.jp/php/event.examples.html
- [similar]
- Creates new connection listener associated with an event base 7841
- « EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene
...
{ $this -> base = $base ; $this -> bev = new EventBufferEvent ( $base , $fd , EventBufferEvent :: OPT_CLOSE_ON_F ...
ck ( $bev , $events , $ctx ) { if ( $events & EventBufferEvent :: ERROR ) { echo "Error from bufferevent\n" ; } i ...
f ( $events & ( EventBufferEvent :: EOF | EventBufferEvent :: ERROR )) { //$bev->fr ...
ss , $ctx ) { // We got a new connection! Set up a bufferevent for it. */ $base = $this -> base ; $this -> conn [ ...
-
https://man.plustar.jp/php/eventlistener.construct.html
- [similar]
- Connect buffer event's file descriptor to given address or UNIX socket 7770
- « EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect buffer event
...
le descriptor to given address or UNIX socket EventBufferEvent::connect (PECL event >= 1.2.6-beta) EventBufferEve ...
nt::connect — Connect buffer event's file descriptor to given address or UNIX socket ...
説明 public EventBufferEvent::connect ( string $addr ): bool Connect buffer eve ...
IX domain socket. If socket is not assigned to the buffer event, this function allocates a new socket and makes i ...
-
https://man.plustar.jp/php/eventbufferevent.connect.html
- [similar]
- Event 7628
- « CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス
...
ntBuffer::add — Append data to the end of an event buffer EventBuffer::addBuffer — Move all data from a buffer pr ...
ovided to the current instance of EventBuffer EventBuffer::appendFrom — Moves the specified number of ...
tes from a source buffer to the end of the current buffer EventBuffer::__construct — Constructs EventBuffer objec ...
ut specified number of bytes from the front of the buffer EventBuffer::drain — Removes specified number of bytes ...
-
https://man.plustar.jp/php/book.event.html
- [similar]
- Returns underlying output buffer associated with current buffer event 7628
- « EventBufferEvent::getInput EventBufferEvent::read » PHP Manual EventBufferEvent Returns underl
...
ying output buffer associated with current buffer event EventBufferEvent::getOutput (PECL event >= 1.2.6- ...
beta) EventBufferEvent::getOutput — Returns underlying output buffer asso ...
ciated with current buffer event 説明 public EventBufferEvent::getOutput (): Event ...
s underlying output buffer associated with current buffer event. An output buffer is a storage for data to be wri ...
-
https://man.plustar.jp/php/eventbufferevent.getoutput.html
- [similar]
- Connects to a hostname with optionally asyncronous DNS resolving 7361
- « EventBufferEvent::connect EventBufferEvent::__construct » PHP Manual EventBufferEvent Connects
...
ame with optionally asyncronous DNS resolving EventBufferEvent::connectHost (PECL event >= 1.2.6-beta) EventBuffe ...
ionally asyncronous DNS resolving 説明 public EventBufferEvent::connectHost ( EventDnsBase $dns_base , string $ho ...
eds, it launches a connection attempt just as EventBufferEvent::connect() would. dns_base is optional. May be nul ...
upport including HTTP, DNS, and RPC ). 注意 : EventBufferEvent::connectHost() requires libevent-2.0.3-alpha or gr ...
-
https://man.plustar.jp/php/eventbufferevent.connecthost.html
- [similar]