PHP 8.5.0 Beta 1 available for testing

Voting

: seven plus one?
(Example: nine)

The Note You're Voting On

happy dot job7348 at fastmail dot com
1 year ago
To bind a float, use PDO::PARAM_STR with bindValue. You can skip the PDO::PARAM_STR because it's the default option. Binding with bindParam will change the type of the bound variable to a string, which can lead to type errors.

<< Back to user notes page

To Top