Voting

: max(zero, four)?
(Example: nine)

The Note You're Voting On

gmkarl at gmail dot com
18 years ago
Be aware signal handler functions set with pcntl_signal are not called while a socket is blocking waiting for a connection; the signal is absorbed silently and the handler called when a connection is made.

<< Back to user notes page

To Top