検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 43 for EventBuffer (0.005 sec.)
The EventBuffer class 10366
« 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 funct ... ionality for buffered I/O. Event buffers are meant to be generally useful for doing the " ... er" part of buffered network I/O. クラス概要 class EventBuffer { /* Constants */ const int EOL_ANY = 0 ; const in ... blic add ( string $data ): bool public addBuffer ( EventBuffer $buf ): bool public appendFrom ( EventBuffer $buf ...
https://man.plustar.jp/php/class.eventbuffer.html - [similar]
Move all data from a buffer provided to the current instance of EventBuffer 9409
« EventBuffer::add EventBuffer::appendFrom » PHP Manual EventBuffer Move all data from a buffer ... provided to the current instance of EventBuffer EventBuffer::addBuffer (PECL event >= 1.2.6-beta) ... from a buffer provided to the current instance of EventBuffer 説明 public EventBuffer::addBuffer ( EventBuffer $ ... er provided in buf parameter to the end of current EventBuffer . This is a destructive add. The data from one buf ... ary memory copies occur. パラメータ buf The source EventBuffer object. 戻り値 成功した場合に true を、失敗した場合 ...
https://man.plustar.jp/php/eventbuffer.addbuffer.html - [similar]
Constructs EventBuffer object 9409
« EventBuffer::appendFrom EventBuffer::copyout » PHP Manual EventBuffer Constructs EventBuffer o ... bject EventBuffer::__construct (PECL event >= 1.2.6-beta) EventBuffe ... r::__construct — Constructs EventBuffer object 説明 public EventBuffer::__construct () Con ... structs EventBuffer object パラメータ この関数にはパラメータはありませ ... ん。 戻り値 Returns EventBuffer object. 関連キーワード: EventBuffer , Constructs , ...
https://man.plustar.jp/php/eventbuffer.construct.html - [similar]
Moves the specified number of bytes from a source buffer to the end of the curre... 9332
« EventBuffer::addBuffer EventBuffer::__construct » PHP Manual EventBuffer Moves the specified n ... m a source buffer to the end of the current buffer EventBuffer::appendFrom (PECL event >= 1.6.0) EventBuffer::app ... uffer to the end of the current buffer 説明 public EventBuffer::appendFrom ( EventBuffer $buf , int $len ): int M ... 変更履歴 バージョン 説明 PECL event 1.6.0 Renamed EventBuffer::appendFrom() (the old method name) to EventBuffer ... ::appendFrom() . 参考 EventBuffer::copyout() - Copies out specified number of bytes ...
https://man.plustar.jp/php/eventbuffer.appendfrom.html - [similar]
Moves all data from source buffer to the front of current buffer 9301
« EventBuffer::prepend EventBuffer::pullup » PHP Manual EventBuffer Moves all data from source b ... uffer to the front of current buffer EventBuffer::prependBuffer (PECL event >= 1.2.6-beta) EventBuf ... buffer to the front of current buffer 説明 public EventBuffer::prependBuffer ( EventBuffer $buf ): bool Behaves ... as EventBuffer::addBuffer() , except that it moves data to the fr ... 合に true を、失敗した場合に false を返します。 参考 EventBuffer::add() - Append data to the end of an event buffer ...
https://man.plustar.jp/php/eventbuffer.prependbuffer.html - [similar]
Read data from an evbuffer and drain the bytes read 9301
« EventBuffer::pullup EventBuffer::readFrom » PHP Manual EventBuffer Read data from an evbuffer ... and drain the bytes read EventBuffer::read (PECL event >= 1.6.0) EventBuffer::read — Re ... m an evbuffer and drain the bytes read 説明 public EventBuffer::read ( int $max_bytes ): string Read the first ma ... 変更履歴 バージョン 説明 PECL event 1.6.0 Renamed EventBuffer::read() (the old method name) to EventBuffer::read ... () . EventBuffer::read() now takes only max_bytes argument; returns ...
https://man.plustar.jp/php/eventbuffer.read.html - [similar]
Releases lock acquired by EventBuffer::lock 9301
« EventBuffer::unfreeze EventBuffer::write » PHP Manual EventBuffer Releases lock acquired by EventBuffer ... entBuffer::lock EventBuffer::unlock (PECL event >= 1.2.6-beta) EventBuffer::un ... lock — Releases lock acquired by EventBuffer::lock 説明 public EventBuffer::unlock (): bool Rel ... eases lock acquired by EventBuffer::lock() . パラメータ この関数にはパラメータはありま ... 合に true を、失敗した場合に false を返します。 参考 EventBuffer::lock() - Acquires a lock on buffer 関連キーワード ...
https://man.plustar.jp/php/eventbuffer.unlock.html - [similar]
Linearizes data within buffer and returns it's contents as a string 9224
« EventBuffer::prependBuffer EventBuffer::read » PHP Manual EventBuffer Linearizes data within b ... uffer and returns it's contents as a string EventBuffer::pullup (PECL event >= 1.2.6-beta) EventBuffer::pu ... and returns it's contents as a string 説明 public EventBuffer::pullup ( int $size ): string "Linearizes" the fir ... unction linearizes the entire buffer. 警告 Calling EventBuffer::pullup() with a large size can be quite slow, sin ... the buffer, the function returns null . Otherwise, EventBuffer::pullup() returns string. 参考 EventBuffer::copyou ...
https://man.plustar.jp/php/eventbuffer.pullup.html - [similar]
Extracts a line from the front of the buffer 9193
« EventBuffer::readFrom EventBuffer::search » PHP Manual EventBuffer Extracts a line from the fr ... ont of the buffer EventBuffer::readLine (PECL event >= 1.2.6-beta) EventBuffer:: ... ts a line from the front of the buffer 説明 public EventBuffer::readLine ( int $eol_style ): string Extracts a li ... in the copied string. パラメータ eol_style One of EventBuffer:EOL_* constants . 戻り値 On success returns the li ... ne read from the buffer, otherwise null . 参考 EventBuffer::copyout() - Copies out specified number of bytes ...
https://man.plustar.jp/php/eventbuffer.readline.html - [similar]
Event 9147
« CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス ... stop — Tells event_base to stop dispatching events EventBuffer — The EventBuffer class EventBuffer::add — Append ... data to the end of an event buffer EventBuffer::addBuffer — Move all data from a buf ... fer provided to the current instance of EventBuffer EventBuffer::appendFrom — Moves the specified numb ... m a source buffer to the end of the current buffer EventBuffer::__construct — Constructs EventBuffer object Event ...
https://man.plustar.jp/php/book.event.html - [similar]
PREV 1 2 3 4 5 NEXT