swoole_event_set

Update the event callback functions of a socket

説明

bool swoole_event_set(
    int $fd,
    callable $read_callback = ?,
    callable $write_callback = ?,
    int $events = 0
)

パラメータ

fd

read_callback

write_callback

events

戻り値