PHP 8.5.0 Alpha 4 available for testing

Voting

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

The Note You're Voting On

david at datava dot com
1 year ago
Note that in order for
\PDO::ATTR_TIMEOUT
to have any effect, you must set

\PDO::ATTR_ERRMODE=>\PDO::ERRMODE_EXCEPTION.

If

\PDO::ATTR_ERRMODE=>\PDO::ERRMODE_WARNING

it doesn't appear to do anything.

<< Back to user notes page

To Top