PHP mysqli_kill() Function

The mysqli_kill() function asks the server to kill a MySQL thread specified by the processid parameter.

mysqli_kill(connection,processid);

Example -

Return the thread ID for the current connection, then kill the connection:

ParameterDescription
connectionRequired. Specifies the MySQL connection to use
processidRequired. The thread ID returned from mysqli_thread_id()