EventBuffer::write
(PECL event >= 1.6.0)
EventBuffer::write — Write contents of the buffer to a file or socket
Description
Write contents of the buffer to a file descriptor. The buffer will be drained after the bytes have been successfully written.
Liste de paramètres
-
fd -
Socket resource, stream or numeric file descriptor associated normally associated with a socket.
-
howmuch -
The maximum number of bytes to write.
Valeurs de retour
Returns the number of bytes written, or FALSE on error.
Voir aussi
- EventBuffer::read() - Lit les données d'un evbuffer, et vide les octets lus
