update : 2015.11.03
php.shukuma.com검색:
|
MysqlndUhConnection::getThreadId(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getThreadId — Returns the thread ID for the current connection 설명
public int MysqlndUhConnection::getThreadId
( mysqlnd_connection
$connection
)Returns the thread ID for the current connection. 인수
반환값Connection thread id. 예제
Example #1 MysqlndUhConnection::getThreadId() example
<?php 위 예제의 출력: proxy::getThreadId(array ( 0 => NULL, )) proxy::getThreadId returns 27646 int(27646) 참고
|