Search code examples
phpmysqlmysqliunbuffered-queries

unbuffered query with MySQLi?


Are MySQLi queries unbuffered? If not, is there a way to do an unbuffered query, as with the non-MySQLi mysql_unbuffered_query()?


Solution

  • mysqli_real_query() followed by mysqli_use_result()