略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Event::signal

2024-04-28

Event::signal

(PECL event >= 1.2.6-beta)

Event::signalConstructs signal event object

说明

public static Event::signal(
     EventBase $base ,
     int $signum ,
     callable $cb ,
     mixed $arg = ?
): Event

Constructs signal event object. This is a straightforward method to create a signal event. Note, the generic Event::__construct() method can contruct signal event objects too.

参数

base

The associated event base object.

signum

The signal number.

cb

The signal event callback. See Event callbacks .

arg

Custom data. If specified, it will be passed to the callback when event triggers.

返回值

Returns Event object on success. Otherwise false.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/event.signal.php

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