(PHP 5, PHP 7)
Transfers a result set from a prepared statement
bool mysqli_stmt::store_result ( void )
Object oriented style
Procedural style
bool mysqli_stmt_store_result ( mysqli_stmt $stmt )
You must call mysqli_stmt_store_result() for every query that successfully produces a result set (SELECT, SHOW, DESCRIBE, EXPLAIN), if and only if you want to buffer the complete result set by the client, so that the subsequent mysq