EventBuffer::write

(PECL event >= 1.6.0)
Write contents of the buffer to a file or socket
public int EventBuffer::write ( mixed $fd [, int $howmuch ] )

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.

Returns:

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

See also:

EventBuffer::read() -

doc_php
2016-02-24 16:08:17
Comments
Leave a Comment

Please login to continue.