PHP 8.5.0 Alpha 4 available for testing

Voting

: min(eight, nine)?
(Example: nine)

The Note You're Voting On

dozoyousan at gmail dot com
19 years ago
> When query() fails, the boolean false is returned.

I think that is "Silent Mode".
If that set attribute ErrorMode "Exception Mode"
then that throw PDOException.
$pdoObj = new PDO( $dsn, $user, $pass );
$pdoObj->setAttribute("PDO::ATTR_ERRMODE", PDO::ERRMODE_EXCEPTION);

<< Back to user notes page

To Top