Voting

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

The Note You're Voting On

Josef Spak
10 years ago
On GNU/Linux, When an exception handler is called, PHP will end with exit status code 0 instead of 255.

You can change the exit status code with an exit() call at the end of your custom error handler.

<< Back to user notes page

To Top