php8.5
Home/ Manual/ ev / ev/ Ev::feedSignalEvent

Ev::feedSignalEvent

PHP function Edit on GitHub ✎

Feed signal event into the default loop

Description

Ev::feedSignalEvent(int $signum): void

Feed signal event into the default loop. Ev will react to this call as if the signal specified by signal had occurred.

Parameters

signum

Signal number. See signal(7) man page for details. See also constants exported by pcntl extension.

Return Values

Void

See Also

  • Ev::feedSignal

Source: reference/ev/ev/feedsignalevent.xml · from the official PHP manual (php/doc-en)