Topic: Unbuffered in mysqli Database Class

Hi.

In \include\dblayer\mysqli.php we can see Query/Query build function:

#1
function query($sql, $unbuffered = false)

#2
function query_build($query, $return_query_string = false, $unbuffered = false)

Can anybody tell me when unbuffered is true?

Re: Unbuffered in mysqli Database Class

When unbuffered variable is true the SQL query sends to MySQL without automatically fetching and buffering the result rows. In the Forum core this parameter is false.

3 (edited by maly_pirat 2009-11-03 14:57)

Re: Unbuffered in mysqli Database Class

Forum core? where is "Forum core" tongue It is common.php?