検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 43 for EventBuffer (0.005 sec.)
Returns the input buffer 5892
« EventHttpRequest::getHost EventHttpRequest::getInputHeaders » PHP Manual EventHttpRequest Retu ... r 説明 public EventHttpRequest::getInputBuffer (): EventBuffer Returns the input buffer. パラメータ この関数にはパ ...
https://man.plustar.jp/php/eventhttprequest.getinputbuffer.html - [similar]
Returns the output buffer of the request 5892
« EventHttpRequest::getInputHeaders EventHttpRequest::getOutputHeaders » PHP Manual EventHttpReq ... 説明 public EventHttpRequest::getOutputBuffer (): EventBuffer Returns the output buffer of the request. パラメー ...
https://man.plustar.jp/php/eventhttprequest.getoutputbuffer.html - [similar]
その他のサービス 5892
« var_representation cURL » PHP Manual 関数リファレンス その他のサービス その他のサービス cURL — ... — The Event class EventBase — The EventBase class EventBuffer — The EventBuffer class EventBufferEvent — The Eve ...
https://man.plustar.jp/php/refs.remote.other.html - [similar]
Tells event_base to stop dispatching events 5861
« EventBase::reInit EventBuffer » PHP Manual EventBase Tells event_base to stop dispatching even ...
https://man.plustar.jp/php/eventbase.stop.html - [similar]
Drains the entire contents of the input buffer and places them into buf 5861
« EventBufferEvent::read EventBufferEvent::setCallbacks » PHP Manual EventBufferEvent Drains the ... tents of the input buffer and places them into buf EventBufferEvent::readBuffer (PECL event >= 1.2.6-beta) EventB ... input buffer and places them into buf 説明 public EventBufferEvent::readBuffer ( EventBuffer $buf ): bool Drains ... 合に true を、失敗した場合に false を返します。 参考 EventBufferEvent::read() - Read buffer's data 関連キーワード: ...
https://man.plustar.jp/php/eventbufferevent.readbuffer.html - [similar]
Send an HTML reply to the client 5861
« EventHttpRequest::sendError EventHttpRequest::sendReplyChunk » PHP Manual EventHttpRequest Sen ... pRequest::sendReply ( int $code , string $reason , EventBuffer $buf = ? ): void Send an HTML reply to the client. ...
https://man.plustar.jp/php/eventhttprequest.sendreply.html - [similar]
Send another data chunk as part of an ongoing chunked reply 5861
« EventHttpRequest::sendReply EventHttpRequest::sendReplyEnd » PHP Manual EventHttpRequest Send ... ply 説明 public EventHttpRequest::sendReplyChunk ( EventBuffer $buf ): void Send another data chunk as part of an ...
https://man.plustar.jp/php/eventhttprequest.sendreplychunk.html - [similar]
Constructs EventHttpRequest object 5753
« EventHttpRequest::closeConnection EventHttpRequest::findHeader » PHP Manual EventHttpRequest C ... ; echo "Body:\n" ; while ( $s = $buf -> readLine ( EventBuffer :: EOL_ANY )) { echo $s , PHP_EOL ; } } } $base -> ...
https://man.plustar.jp/php/eventhttprequest.construct.html - [similar]
Makes an HTTP request over the specified connection 5722
« EventHttpConnection::getPeer EventHttpConnection::setCloseCallback » PHP Manual EventHttpConne ... ; echo "Body:\n" ; while ( $s = $buf -> readLine ( EventBuffer :: EOL_ANY )) { echo $s , PHP_EOL ; } } } $base -> ...
https://man.plustar.jp/php/eventhttpconnection.makerequest.html - [similar]
5692
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... ventcb ( $bev , $events , $base ) { if ( $events & EventBufferEvent :: CONNECTED ) { echo "Connected.\n" ; } else ... if ( $events & ( EventBufferEvent :: ERROR | EventBufferEvent :: EOF )) { if ( ... $events & EventBufferEvent :: ERROR ) { echo "DNS error: " , $bev -> get ... exit( "Failed to init DNS Base\n" ); } $bev = new EventBufferEvent ( $base , /* use internal socket */ NULL , Ev ...
https://man.plustar.jp/php/event.examples.html - [similar]
PREV 1 2 3 4 5 NEXT