検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 28 for buf (0.003 sec.)
Returns underlying input buffer associated with current buffer event 7881
« EventBufferEvent::getEnabled EventBufferEvent::getOutput » PHP Manual EventBufferEvent Returns ... underlying input buffer associated with current buffer event EventBuffe ... rEvent::getInput (PECL event >= 1.2.6-beta) EventBufferEvent::getInput — Returns underlying input buffe ... r associated with current buffer event 説明 public EventBufferEvent::getInput () ... : EventBuffer Returns underlying input buffer associated with ...
https://man.plustar.jp/php/eventbufferevent.getinput.html - [similar]
Set callback for connection close 7816
« EventHttpConnection::makeRequest EventHttpConnection::setLocalAddress » PHP Manual EventHttpCo ... kind of orphaned connections. */ $bev = $req -> getBufferEvent (); $bev -> enable ( Event :: READ ); // W ... rydonotcross', EventHttpRequest::OUTPUT_HEADER ); $buf = new EventBuffer(); $buf->add('<html>'); $req->se ... ndReply(200, "OK"); $req->sendReplyChunk($buf); } $port = 4242; if ($argc > 1) { $port = (int) $ ...
https://man.plustar.jp/php/eventhttpconnection.setclosecallback.html - [similar]
Moves the specified number of bytes from a source buffer to the end of the curre... 7734
« EventBuffer::addBuffer EventBuffer::__construct » PHP Manual EventBuffer Moves the specified n ... umber of bytes from a source buffer to the end of the current buffer EventBuffer::a ... ppendFrom (PECL event >= 1.6.0) EventBuffer::appendFrom — Moves the specified number of byt ... es from a source buffer to the end of the current buffer 説明 public Ev ... entBuffer::appendFrom ( EventBuffer $buf , int $len ): in ...
https://man.plustar.jp/php/eventbuffer.appendfrom.html - [similar]
The EventBuffer class 7586
« EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer clas ... s (PECL event >= 1.5.0) はじめに EventBuffer represents Libevent's "evbuffer", an utility fu ... nctionality for buffered I/O. Event buffers are meant to be generally ... useful for doing the "buffer" part of buffered network I/O. クラス概要 class ... EventBuffer { /* Constants */ const int EOL_ANY = 0 ; const ...
https://man.plustar.jp/php/class.eventbuffer.html - [similar]
Constructs EventHttpRequest object 7504
« EventHttpRequest::closeConnection EventHttpRequest::findHeader » PHP Manual EventHttpRequest C ... n" ; } else { echo "Success: $response_code \n" ; $buf = $req -> getInputBuffer (); echo "Body:\n" ; whil ... e ( $s = $buf -> readLine ( EventBuffer :: EOL_ANY )) { echo $s ...
https://man.plustar.jp/php/eventhttprequest.construct.html - [similar]
The EventBufferEvent class 7357
« EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The E ... ventBufferEvent class (PECL event >= 1.2.6-beta) はじめに ... Represents Libevent's buffer event. Usually an application wants to perform ... some amount of data buffering in addition to just responding to events. Wh ... rite some data to a connection; put that data in a buffer. Wait for the connection to become writable Wri ...
https://man.plustar.jp/php/class.eventbufferevent.html - [similar]
Makes an HTTP request over the specified connection 7357
« EventHttpConnection::getPeer EventHttpConnection::setCloseCallback » PHP Manual EventHttpConne ... n" ; } else { echo "Success: $response_code \n" ; $buf = $req -> getInputBuffer (); echo "Body:\n" ; whil ... e ( $s = $buf -> readLine ( EventBuffer :: EOL_ANY )) { echo $s ...
https://man.plustar.jp/php/eventhttpconnection.makerequest.html - [similar]
接続したソケットからデータを受信する 7291
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する so ... )); echo "OK.\n" ; echo "Reading response:\n\n" ; $buf = 'This is my buffer.' ; if ( false !== ( $bytes = ... socket_recv ( $socket , $buf , 2048 , MSG_WAITALL ))) { echo "Read $bytes bytes ... cket )) . "\n" ; } socket_close ( $socket ); echo $buf . "\n" ; echo "OK.\n\n" ; ?> 上の例の出力は、このよ ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]
The EventHttpRequest class 7210
« EventHttpConnection::setTimeout EventHttpRequest::addHeader » PHP Manual Event The EventHttpRe ... blic free (): void public closeConnection (): EventBufferEvent public getCommand (): void public closeCon ... onnection public getHost (): string public getInputBuffer (): EventBuffer public getInputHeaders (): arra ... y public getOutputBuffer (): EventBuffer public getOutputHeaders (): voi ... blic sendReply ( int $code , string $reason , EventBuffer $buf = ? ): void public sendReplyChunk ( EventB ...
https://man.plustar.jp/php/class.eventhttprequest.html - [similar]
Read buffer's data 7062
« EventBufferEvent::getOutput EventBufferEvent::readBuffer » PHP Manual EventBufferEvent Read buf ... ffer's data EventBufferEvent::read (PECL event >= 1.2.6-beta) EventBuff ... erEvent::read — Read buffer's data 説明 public EventBufferEvent::read ( int ... ): string Removes up to size bytes from the input buffer. Returns a string of data read from the input b ... 戻り値 Returns string of data read from the input buffer. 参考 EventBufferEvent::readBuffer() - Drains t ...
https://man.plustar.jp/php/eventbufferevent.read.html - [similar]
PREV 1 2 3 NEXT