event_buffer_fd_set

(PECL libevent >= 0.0.1)

event_buffer_fd_setChange a buffered event file descriptor

说明

event_buffer_fd_set ( resource $bevent , resource $fd ) : void

Changes the file descriptor on which the buffered event operates.

参数

bevent

Valid buffered event resource.

fd

Valid PHP stream, must be castable to file descriptor.

User Contributed Notes

There are no user contributed notes for this page.