Home
PHP
Tags
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
Is the mysqli::kill Function Safe in PHP? Common Security Issues and Protective Measures
6
What Real-World Examples Show That mysqli::kill Can Gracefully Close Database Connections?
5
Does using mysqli::kill cause connection disruption? The correct way to avoid exceptions
2
Similar Functions
mysqli_stmt::execute
mysqli_stmt::execute
(mysqli_stmt_execute
mysqli::real_query
mysqli::real_query
(mysqli_real_query)E
mysqli_result::$lengths
mysqli_result::$lengths
(mysqli_fetch_length
mysqli::query
mysqli::query
(mysqli_query)Perfor
mysqli_stmt::attr_set
mysqli_stmt::attr_set
(mysqli_stmt_attr_se
mysqli::stmt_init
mysqli::stmt_init
(mysqli_stmt_init)In
mysqli_result::field_seek
mysqli_result::field_seek
(mysqli_field_seek)S
mysqli_result::fetch_fields
mysqli_result::fetch_fields
(mysqli_fetch_fields
Popular Articles
Does using mysqli::kill cause connection disruption? The correct way to avoid exceptions
Is the mysqli::kill Function Safe in PHP? Common Security Issues and Protective Measures
What Real-World Examples Show That mysqli::kill Can Gracefully Close Database Connections?