CakeFest 2024: The Official CakePHP Conference

EvSignal::set

(PECL ev >= 0.2.0)

EvSignal::setConfigures the watcher

Description

public EvSignal::set( int $signum ): void

Configures the watcher.

Parameters

signum

Signal number. The same as for EvSignal::__construct()

Return Values

No value is returned.

add a note

User Contributed Notes

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