|
EventBuffer::writeWrite 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. パラメータ
戻り値
Returns the number of bytes written, or 参考
|