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 acquires a lock on bufferphp 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 cubrid 过时的别名和函数 read data from a glo instance and save it in a filephp zlib 函数 get number of bytes read so farphp mcve 函数 get a specific cell from a comma delimited response by column numberphp mysqli returns the number of warnings from the last query for the given linkphp 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 splobjectstorage removes objects contained in another storage from the current storagephp swfmovie removes the object instance from the display list
关注编程学问公众号