Voting

: min(three, zero)?
(Example: nine)

The Note You're Voting On

lubaev dot ka at gmail dot com
8 years ago
php 7.1

try {
// Code that may throw an Exception or ArithmeticError.
} catch (ArithmeticError | Exception $e) {
// pass
}

<< Back to user notes page

To Top