EventBuffer::drain

(PECL event >= 1.2.6-beta)

EventBuffer::drainRemoves specified number of bytes from the front of the buffer without copying it anywhere

说明

public EventBuffer::drain ( int $len ) : bool

Behaves as EventBuffer::read() , except that it does not copy the data: it just removes it from the front of the buffer.

参数

len

The number of bytes to remove from the buffer.

返回值

Returns TRUE on success. Otherwise FALSE.

参见

相关文章
php eventbuffer move all data from a buffer provided to the current instance of eventbufferphp eventbuffer moves the specified number of bytes from a source buffer to the end of the current bufferphp eventbuffer copies out specified number of bytes from the front of the bufferphp eventbuffer removes specified number of bytes from the front of the buffer without copying it anywherephp eventbuffer prevent calls that modify an event buffer from succeedingphp eventbuffer prepend data to the front of the bufferphp eventbuffer moves all data from source buffer to the front of current bufferphp eventbuffer linearizes data within buffer and returns it s contents as a stringphp eventbuffer read data from an evbuffer and drain the bytes readphp eventbuffer read data from a file onto the end of the bufferphp eventbuffer extracts a line from the front of the bufferphp apcu 函数 removes a stored variable from the cachephp direct io 函数 reads bytes from a file descriptorphp semaphore 函数 removes a variable from shared memoryphp socket 函数 reads a maximum of length bytes from a socketphp harufont calculate the number of characters which can be included within the specified widthphp sam 函数 read a message from a queue without removing it from the queuephp sam 函数 read one or more messages from a queue without removing it from the queuephp solrquery returns the maximum number of characters from a field when using the regex fragmenterphp ktaglib tag returns the track number from a id3 tag
关注编程学问公众号