mysql_thread_id

(PHP 4 >= 4.3.0, PHP 5)

mysql_thread_id���ص�ǰ�̵߳� ID

˵��

mysql_thread_id ([ resource $link_identifier ] ) : int

mysql_thread_id() ���ص�ǰ�̵߳� ID��������Ӷ�ʧ�˲��� mysql_ping() ���������ϣ��߳� ID ��ı䡣����ζ�Ų���ȡ���̵߳� ID �󱣴��������á�����Ҫ��ʱ����ȥ��ȡ֮��

Example #1 mysql_thread_id() ����

<?php
$link 
mysql_connect('localhost''mysql_user''mysql_password');
$thread_id mysql_thread_id($link);
if (
$thread_id){
    
printf ("current thread id is %d\n"$thread_id);
}
?>

�������ӽ��������������

current thread id is 73

�μ� mysql_ping() �� mysql_list_processes()��