
Druckansicht von http://www.php-homepage.de/manual/mysqli.kill.php
mysqli::killmysqli_kill(PHP 5) mysqli::kill -- mysqli_kill — Asks the server to kill a MySQL thread BeschreibungObjektorientierter Stil
bool mysqli::kill
( int
$processid
)Prozeduraler Stil
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. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg BeispieleBeispiel #1 mysqli::kill() example Objektorientierter Stil
<?phpProzeduraler Stil
<?phpDie obigen Bespiele erzeugen folgende Ausgabe: Error: MySQL server has gone away |