mysqli_store_result(PHP 5) mysqli_store_result(no version information, might be only in CVS) mysqli->store_result() -- Transfers a result set from the last query说明Procedural style: mysqli_result mysqli_store_result ( mysqli link )Object oriented style (method): class mysqli {mysqli_result store_result ( void ) }
Transfers the result set from the last query on the database connection
represented by the 返回值Returns a buffered result object or FALSE if an error occurred.
注释
| ||