International PHP Conference Munich 2025

Voting

: max(three, three)?
(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