PHP 8.5.0 Alpha 1 available for testing

Voting

: min(four, zero)?
(Example: nine)

The Note You're Voting On

tcmleung at yahoo dot com
23 years ago
odbc has a maximum buffer size, that means it only stores and retrieves a limited size of data to/from database each time. The maximum buffer size is 4096 and set in php.ini (odbc.defaultlrl). You can set it to higher value for larger data access.

<< Back to user notes page

To Top