PHP 8.5.0 Beta 1 available for testing

Voting

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

The Note You're Voting On

nicolas dot baptiste at gmail dot com
15 years ago
This actually works to bind NULL on an integer field in MySQL :

$stm->bindValue(':param', null, PDO::PARAM_INT);

<< Back to user notes page

To Top