zend_thread_id(PHP 5) zend_thread_id — Returns a unique identifier for the current thread Описание
int zend_thread_id
( void
)
This function returns a unique identifier for the current thread. Возвращаемые значенияReturns the thread id as an integer. Примеры
Пример #1 zend_thread_id() example
<?phpРезультатом выполнения данного примера будет что-то подобное: Current thread id is: 7864 Примечания
|
||