|
mysqli::killmysqli_killAsks the server to kill a MySQL thread BeschreibungObjektorientierter Stil
bool mysqli::kill
( int
$processid
)Prozeduraler Stil
bool mysqli_kill
( mysqli
$link
, int $processid
)
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 Siehe auch
|