Documentation

NonStopableProcess.php

Table of Contents

Functions

handleSignal()  : mixed
Runs a PHP script that can be stopped only with a SIGKILL (9) signal for 3 seconds.

Functions

handleSignal()

Runs a PHP script that can be stopped only with a SIGKILL (9) signal for 3 seconds.

handleSignal(mixed $signal) : mixed
Parameters
$signal : mixed
Tags
args

duration Run this script with a custom duration

example

php NonStopableProcess.php 42 will run the script for 42 seconds


        
On this page

Search results