Voting

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

The Note You're Voting On

mvanlamz
16 years ago
Please note that calling mysqli::commit() will NOT automatically set mysqli::autocommit() back to 'true'.

This means that any queries following mysqli::commit() will be rolled back when your script exits.

<< Back to user notes page

To Top