EventBuffer::write

(PECL event >= 1.6.0)

EventBuffer::writeWrite contents of the buffer to a file or socket

说锟斤拷

public EventBuffer::write ( mixed $fd [, int $howmuch ] ) : int

Write contents of the buffer to a file descriptor. The buffer will be drained after the bytes have been successfully written.

锟斤拷锟斤拷

fd

Socket resource, stream or numeric file descriptor associated normally associated with a socket.

howmuch

The maximum number of bytes to write.

锟斤拷锟斤拷值

Returns the number of bytes written, or FALSE on error.

锟轿硷拷