Manuál PHP | ||
---|---|---|
Předcházející | Další |
Transfers the result set from the last query on the database connection represented by the link parameter to be used with the mysqli_data_seek() function.
Poznámka: Although it is always good practice to free the memory used by the result of a query using the mysqli_free_result() function, when transferring large result sets using the mysqli_store_result() this becomes particularly important.
Předcházející | Domů | Další |
mysqli_stmt_store_result | Nahoru | mysqli_thread_id |