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.