   #PHP Manual Improved MySQL Extension mysqli_stmt_store_result
   mysqli_thread_id

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                              mysqli_store_result

   (PHP 5 CVS only)
   mysqli_store_result -- Transfers a result set from the last query

Description

   resource mysqli_store_result ( resource link)

   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.

     Note: 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.
   ______________________________________________________________________

   Prev                     Home             Next
   mysqli_stmt_store_result  Up  mysqli_thread_id
