PHP » GoLang |
login |
register |
about
|
mysqli::killmysqli_kill(PHP 5, PHP 7) mysqli::kill -- mysqli_kill — Asks the server to kill a MySQL thread DescriptionObject oriented style
bool mysqli::kill
( int
$processid
)Procedural style
This function is used to ask the server to kill a MySQL thread specified
by the To stop a running query you should use the SQL command KILL QUERY processid. Parameters
Return Values
Returns ExamplesExample #1 mysqli::kill() example Object oriented style
<?php Procedural style
<?php The above examples will output: Error: MySQL server has gone away |
more
Recently updated
more
Most requested
more
Last requests
|