PHP » GoLang |
login |
register |
about
|
zend_thread_id(PHP 5, PHP 7) zend_thread_id — Returns a unique identifier for the current thread Description
int zend_thread_id
( void
)
This function returns a unique identifier for the current thread. Return ValuesReturns the thread id as an integer. Examples
Example #1 zend_thread_id() example
<?php The above example will output something similar to: Current thread id is: 7864 Notes
|
more
Recently updated
more
Most requested
more
Last requests
|