Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mysqli::kill
mysqli::kill
(mysqli_kill) Requires the server to terminate the MySQL thread
Name:
mysqli::kill
Category:
MySQLi
Programming Language:
php
One-line Description:
Requests the server to terminate a MySQL thread.
Related
Does using mysqli::kill cause connection disruption? The correct way to avoid exceptions
2
Similar Functions
mysqli::$sqlstate
mysqli::$sqlstate
(mysqli_sqlstate)Ret
mysqli_warning::next
mysqli_warning::next
Fetchnextwarning
mysqli_stmt::close
mysqli_stmt::close
(mysqli_stmt_close)C
mysqli_stmt::bind_result
mysqli_stmt::bind_result
(mysqli_stmt_bind_re
mysqli_stmt::__ construct
mysqli_stmt::__ construct
Constructanewmysqli_
mysqli_stmt::bind_param
mysqli_stmt::bind_param
(mysqli_stmt_bind_pa
mysqli_stmt::result_metadata
mysqli_stmt::result_metadata
(mysqli_stmt_result_
mysqli_result::fetch_all
mysqli_result::fetch_all
(mysqli_fetch_all)Ex
Popular Articles
Does using mysqli::kill cause connection disruption? The correct way to avoid exceptions