Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16138 программистов и 1779 роботов. Сейчас ищут 1559 программистов ...
EventBuffer::write - Write contents of the buffer to a file or socket
Вернуться к: EventBuffer
EventBuffer::write
(PECL event >= 1.6.0)
EventBuffer::write — Write contents of the buffer to a file or socket
Описание
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.
Смотрите также
- EventBuffer::read() - Read data from an evbuffer and drain the bytes read
Вернуться к: EventBuffer