Results of 1 - 10 of about 11 for pullup (0.006 sec.)
- Linearizes data within buffer and returns it's contents as a string 14189
- « EventBuffer::prependBuffer EventBuffer::read » PHP Manual EventBuffer Linearizes data within b
...
and returns it's contents as a string EventBuffer::pullup (PECL event >= 1.2.6-beta) EventBuffer::pullup — L ...
it's contents as a string 説明 public EventBuffer::pullup ( int $size ): string "Linearizes" the first size ...
rizes the entire buffer. 警告 Calling EventBuffer::pullup() with a large size can be quite slow, since it po ...
he function returns null . Otherwise, EventBuffer::pullup() returns string. 参考 EventBuffer::copyout() - Co ...
-
https://man.plustar.jp/php/eventbuffer.pullup.html
- [similar]
- Read data from an evbuffer and drain the bytes read 9655
- « EventBuffer::pullup EventBuffer::readFrom » PHP Manual EventBuffer Read data from an evbuffer
...
he buffer without copying it anywhere EventBuffer::pullup() - Linearizes data within buffer and returns it's ...
-
https://man.plustar.jp/php/eventbuffer.read.html
- [similar]
- The EventBuffer class 8713
- « EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer clas
...
ic prependBuffer ( EventBuffer $buf ): bool public pullup ( int $size ): string public read ( int $max_bytes ...
buffer to the front of current buffer EventBuffer::pullup — Linearizes data within buffer and returns it's c ...
-
https://man.plustar.jp/php/class.eventbuffer.html
- [similar]
- Moves all data from source buffer to the front of current buffer 8624
- « EventBuffer::prepend EventBuffer::pullup » PHP Manual EventBuffer Moves all data from source b
...
-
https://man.plustar.jp/php/eventbuffer.prependbuffer.html
- [similar]
- Read data from a file onto the end of the buffer 8624
- « EventBuffer::read EventBuffer::readLine » PHP Manual EventBuffer Read data from a file onto th
...
he buffer without copying it anywhere EventBuffer::pullup() - Linearizes data within buffer and returns it's ...
-
https://man.plustar.jp/php/eventbuffer.readfrom.html
- [similar]
- Moves the specified number of bytes from a source buffer to the end of the curre... 8517
- « EventBuffer::addBuffer EventBuffer::__construct » PHP Manual EventBuffer Moves the specified n
...
he buffer without copying it anywhere EventBuffer::pullup() - Linearizes data within buffer and returns it's ...
-
https://man.plustar.jp/php/eventbuffer.appendfrom.html
- [similar]
- Extracts a line from the front of the buffer 8517
- « EventBuffer::readFrom EventBuffer::search » PHP Manual EventBuffer Extracts a line from the fr
...
he buffer without copying it anywhere EventBuffer::pullup() - Linearizes data within buffer and returns it's ...
-
https://man.plustar.jp/php/eventbuffer.readline.html
- [similar]
- Connect buffer event's file descriptor to given address or UNIX socket 7948
- « EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu
...
intf ( "%ld:\t%s\n" , (int) $in -> length , $in -> pullup (- 1 )); $this -> bev -> free (); $this -> bev = N ...
-
https://man.plustar.jp/php/eventbufferevent.connect.html
- [similar]
- Event 7859
- « CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス
...
buffer to the front of current buffer EventBuffer::pullup — Linearizes data within buffer and returns it's c ...
-
https://man.plustar.jp/php/book.event.html
- [similar]
- 例 7575
- « リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback
...
intf ( "%ld:\t%s\n" , (int) $in -> length , $in -> pullup (- 1 )); $bev -> writeBuffer ( $in ); } // This ca ...
-
https://man.plustar.jp/php/event.examples.html
- [similar]