|
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. Примеры
Пример #1 MysqlndUhConnection::getThreadId() example
<?php Результат выполнения данного примера: proxy::getThreadId(array ( 0 => NULL, )) proxy::getThreadId returns 27646 int(27646) Смотрите также
|
|