EventBuffer::write

(PECL event >= 1.6.0)

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

Description

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.

Parameters

fd

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

howmuch

The maximum number of bytes to write.

Return Values

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

See Also

© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/eventbuffer.write.php