PHP 8.5.0 Beta 1 available for testing

Voting

: max(four, two)?
(Example: nine)

The Note You're Voting On

theking2 at king dot ma
5 months ago
Example #1 will now report a depricated warning:

"The mysqli_driver class is an instance of the monostate pattern, i.e. there is only one driver which can be accessed though an arbitrary amount of mysqli_driver instances."

To set the error mode of the mysql driver do use

<?php
mysqli_report
(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT);
?>

<< Back to user notes page

To Top