略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: EventBuffer::write

2024-04-29

EventBuffer::write

(PECL event >= 1.6.0)

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

说明

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.

参数

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.

参见

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/eventbuffer.write.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3