Results of 1 - 10 of about 28 for buf (0.002 sec.)
- Drains the entire contents of the input buffer and places them into buf 13682
- « EventBufferEvent::read EventBufferEvent::setCallbacks » PHP Manual EventBufferEvent Drains the
...
entire contents of the input buffer and places them into buf EventBufferEvent::read ...
Buffer (PECL event >= 1.2.6-beta) EventBufferEvent::readBuffer — Drains the entire contents o ...
f the input buffer and places them into buf 説明 public EventBuffe ...
rEvent::readBuffer ( EventBuffer $buf ): bool Drains the entire co ...
-
https://man.plustar.jp/php/eventbufferevent.readbuffer.html
- [similar]
- Scans the buffer for an occurrence of a string 10454
- « EventBuffer::readLine EventBuffer::searchEol » PHP Manual EventBuffer Scans the buffer for an
...
occurrence of a string EventBuffer::search (PECL event >= 1.2.6-beta) EventBuffer: ...
:search — Scans the buffer for an occurrence of a string 説明 public Event ...
int $start = -1 , int $end = -1 ): mixed Scans the buffer for an occurrence of the string what . It retur ...
ded, the search is performed between start and end buffer positions. パラメータ what String to search. st ...
-
https://man.plustar.jp/php/eventbuffer.search.html
- [similar]
- Send another data chunk as part of an ongoing chunked reply 10290
- « EventHttpRequest::sendReply EventHttpRequest::sendReplyEnd » PHP Manual EventHttpRequest Send
...
説明 public EventHttpRequest::sendReplyChunk ( EventBuffer $buf ): void Send another data chunk as part of ...
n ongoing chunked reply. After calling this method buf will be empty. パラメータ buf The data chunk to se ...
, chunk , part , Send , ongoing , sendReplyChunk , buf ...
-
https://man.plustar.jp/php/eventhttprequest.sendreplychunk.html
- [similar]
- Send an HTML reply to the client 10225
- « EventHttpRequest::sendError EventHttpRequest::sendReplyChunk » PHP Manual EventHttpRequest Sen
...
est::sendReply ( int $code , string $reason , EventBuffer $buf = ? ): void Send an HTML reply to the clie ...
The body of the reply consists of data in optional buf parameter. パラメータ code The HTTP response code ...
on A brief message to send with the response code. buf The body of the response. 戻り値 値を返しません。 ...
end , reply , EventHttpRequest , the , sendReply , buf , sendReplyChunk , reason , sendError , data ...
-
https://man.plustar.jp/php/eventhttprequest.sendreply.html
- [similar]
- Move all data from a buffer provided to the current instance of EventBuffer 10143
- « 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-bet ...
a) EventBuffer::addBuffer — Move all data from a buffer provid ...
ed to the current instance of EventBuffer 説明 public EventBuffer::addBuffer ( EventBuffe ...
r $buf ): bool Move all data from the buffer provided in ...
-
https://man.plustar.jp/php/eventbuffer.addbuffer.html
- [similar]
- 例 9553
- « 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ
...
, $msg , strlen ( $msg )); do { if ( false === ( $buf = socket_read ( $msgsock , 2048 , PHP_NORMAL_READ ...
st_error ( $msgsock )) . "\n" ; break 2 ; } if (! $buf = trim ( $buf )) { continue; } if ( $buf == 'quit' ...
) { break; } if ( $buf == 'shutdown' ) { socket_close ( $msgsock ); break ...
2 ; } $talkback = "PHP: You said ' $buf '.\n" ; socket_write ( $msgsock , $talkback , strl ...
-
https://man.plustar.jp/php/sockets.examples.html
- [similar]
- 例 9176
- « リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback
...
"TTP" ); while (( $n = $bev -> input -> remove ( $buf , 1024 )) > 0 ) { echo $buf ; } } // Event callbac ...
b ( $bev , $events , $base ) { if ( $events & EventBufferEvent :: CONNECTED ) { echo "Connected.\n" ; } e ...
lseif ( $events & ( EventBufferEvent :: ERROR | EventBufferEvent :: EOF )) { if ...
( $events & EventBufferEvent :: ERROR ) { echo "DNS error: " , $bev -> ...
-
https://man.plustar.jp/php/event.examples.html
- [similar]
- Adds contents of the entire buffer to a buffer event's output buffer 9176
- « EventBufferEvent::write About buffer event callbacks » PHP Manual EventBufferEvent Adds conten
...
ts of the entire buffer to a buffer event's output buffer EventBufferEv ...
ent::writeBuffer (PECL event >= 1.2.6-beta) EventBufferEvent::wr ...
iteBuffer — Adds contents of the entire buffer to a buffe ...
r event's output buffer 説明 public EventBufferEvent::writeBuffer ( Eve ...
-
https://man.plustar.jp/php/eventbufferevent.writebuffer.html
- [similar]
- Moves all data from source buffer to the front of current buffer 9012
- « EventBuffer::prepend EventBuffer::pullup » PHP Manual EventBuffer Moves all data from source buf
...
uffer to the front of current buffer EventBuffer::prependBuffer (PECL event >= 1.2.6 ...
-beta) EventBuffer::prependBuffer — Moves all data from source buf ...
fer to the front of current buffer 説明 public EventBuffer::prependBuffer ( EventB ...
uffer $buf ): bool Behaves as EventBuffer::addBuffer() , exce ...
-
https://man.plustar.jp/php/eventbuffer.prependbuffer.html
- [similar]
- Write to a lob object 8488
- « cubrid_lob2_tell cubrid_lock_read » PHP Manual CUBRID 関数 Write to a lob object cubrid_lob2_w
...
id_lob2_write ( resource $lob_identifier , string $buf ): bool The cubrid_lob2_write() function reads as ...
much as data from buf and stores it to the LOB object. Note that this fu ...
t of cubrid_lob2_new() or get from the result set. buf Data that need to be written to the lob object. 戻 ...
lob , cubrid , size , ursor , tell , identifier , buf , LOB , from , data ...
-
https://man.plustar.jp/php/function.cubrid-lob2-write.html
- [similar]