downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Event::timer> <Event::setTimer
[edit] Last updated: Fri, 17 May 2013

view this page in

Event::signal

(PECL event >= 1.2.6-beta)

Event::signalConstructs signal event object

Description

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

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.

Parameters

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.

Return Values

Returns Event object on success. Otherwise FALSE.



add a note add a note User Contributed Notes Event::signal - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites