update : 2015.11.03
php.shukuma.com검색:
|
mysqli::killmysqli_kill(PHP 5) mysqli::kill -- mysqli_kill — Asks the server to kill a MySQL thread 설명객체 기반 형식
bool mysqli::kill
( 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. 반환값
성공 시 예제Example #1 mysqli::kill() example 객체 기반 형식
<?php 절차식 형식
<?php 위 예제들의 출력: Error: MySQL server has gone away |