PHP 8.4.0 RC3 available for testing

Swoole\Event::set

(PECL swoole >= 1.9.0)

Swoole\Event::setMet à jour les fonctions de rappel d'événements d'un socket.

Description

public static Swoole\Event::set(
    int $fd,
    string $read_callback = ?,
    string $write_callback = ?,
    string $events = ?
): bool

Liste de paramètres

fd

read_callback

write_callback

events

Valeurs de retour

add a note

User Contributed Notes

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