update page now

Voting

: zero minus zero?
(Example: nine)

The Note You're Voting On

markus at malkusch dot de
9 years ago
And here's the timeout template for UNIX:
<?php
pcntl_signal(SIGALRM, function() {});
pcntl_alarm(3);
try {
 if (!flock($handle, LOCK_EX)) {
 throw new \Exception("Timeout");
 }
} finally {
 pcntl_alarm(0);
 pcntl_signal_dispatch();
 pcntl_signal(SIGALRM, SIG_DFL);
}
?>

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /