   #PHP Manual Improved MySQL Extension mysqli_insert_id
   mysqli_master_query

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                  mysqli_kill

   (PHP 5 CVS only)
   mysqli_kill -- Asks the server to kill a MySQL thread

Description

   bool mysqli_kill ( resource link, int processid)

   This function is used to ask the server to kill a MySQL thread
   specified by the processid parameter. This value must be retrieved by
   calling the mysqli_thread_id() function.
   ______________________________________________________________________

   Prev             Home                Next
   mysqli_insert_id  Up  mysqli_master_query
