/
/
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
test
/
Process
/
Symfony
/
Component
/
Process
/
Tests
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/alt/php53/usr/share/pear/test/Process/Symfony/Component/Process/Tests
Edit:
/opt/alt/php53/usr/share/pear/test/Process/Symfony/Component/Process/Tests/SignalListener.php
<?php // required for signal handling declare(ticks = 1); pcntl_signal(SIGUSR1, function () {echo "Caught SIGUSR1"; exit;}); $n=0; // ticks require activity to work - sleep(4); does not work while ($n < 400) { usleep(10000); $n++; } return;
Ukuran: 254 B