PHP 8.3.4 Released!

La classe EvEmbed

(PECL ev >= 0.2.0)

Introduction

Utilisé pour intégrer une boucle d'événements dans une autre.

Synopsis de la classe

class EvEmbed extends EvWatcher {
/* Propriétés */
public $embed;
/* Méthodes */
public __construct(
     object $other ,
     callable $callback = ?,
     mixed $data = ?,
     int $priority = ?
)
final public static createStopped(
     object $other ,
     callable $callback = ?,
     mixed $data = ?,
     int $priority = ?
): void
public set( object $other ): void
public sweep(): void
/* Méthodes héritées */
public EvWatcher::feed( int $revents ): void
public EvWatcher::invoke( int $revents ): void
public EvWatcher::keepalive( bool $value = ?): bool
public EvWatcher::setCallback( callable $callback ): void
}

Propriétés

is_active

data

is_pending

priority

embed

Sommaire

add a note

User Contributed Notes

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