zend_thread_id
Description
Returns a unique identifier for the current thread
Syntax
zend_thread_id(): int
Return
Returns the thread id as an integer.
Examples
1
<? $return = zend_thread_id(); echo $return; ?>
1234
Returns a unique identifier for the current thread
zend_thread_id(): int
Returns the thread id as an integer.
<? $return = zend_thread_id(); echo $return; ?>
1234