update : 2015.11.03
php.shukuma.com검색:
|
zend_thread_id(PHP 5, PHP 7) 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. 예제
Example #1 zend_thread_id() example
<?php 위 예제의 출력 예시: Current thread id is: 7864 주의
|