略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: EvEmbed

2024-04-19

The EvEmbed class

(PECL ev >= 0.2.0)

简介

Used to embed one event loop into another.

类摘要

class EvEmbed extends EvWatcher {
/* 属性 */
public $embed;
/* 方法 */
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
/* 继承的方法 */
public EvWatcher::clear(): int
public EvWatcher::feed( int $revents ): void
public EvWatcher::invoke( int $revents ): void
public EvWatcher::keepalive( bool $value = ?): bool
public EvWatcher::setCallback( callable $callback ): void
public EvWatcher::start(): void
public EvWatcher::stop(): void
}

属性

is_active

data

is_pending

priority

embed

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.evembed.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3