event_buffer_fd_set

(PECL libevent >= 0.0.1)

event_buffer_fd_setChange a buffered event file descriptor

설명

void event_buffer_fd_set ( resource $bevent , resource $fd )

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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top