EventBuffer::write
PHP function
Edit on GitHub ✎
(PECL event >= 1.6.0)
Write contents of the buffer to a file or socket
Description
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.
Parameters
fdSocket resource, stream or numeric file descriptor normally associated with a socket.
howmuchThe maximum number of bytes to write.
Return Values
Returns the number of bytes written, or false on error.
See Also
EventBuffer::read