PHP Conference Japan 2024

swoole_event_add

(PECL swoole >= 1.9.0)

swoole_event_add將新的 Socket 回呼函式新增到 EventLoop 中

說明

swoole_event_add(
    int $fd,
    callable $read_callback = ?,
    callable $write_callback = ?,
    int $events = 0
): int

參數

fd

read_callback

write_callback

events

返回值

新增註釋

使用者貢獻的註釋

此頁面沒有使用者貢獻的註釋。
To Top