mysqli_kill
Ask the server to kill a MySQL thread
Description
boolmysqli_kill
resourcelink
intprocessid
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.