zend_thread_id()
zend_thread_id - Returns a unique identifier for the current thread
Syntax
int zend_thread_id ()
Arguments
-
Description
This function returns a unique identifier for the current thread.
Version
PHP 5
Return value
Returns the thread id as an integer.