PHP » GoLang |
login |
register |
about
|
GoLang Thread::getCurrentThreadId
request it (292)
GoLang replacement for PHP's Thread::getCurrentThreadId
[edit | history]
PHP Thread::getCurrentThreadIdPHP original manual for Thread::getCurrentThreadId [ show | php.net ]Thread::getCurrentThreadId(PECL pthreads >= 2.0.0) Thread::getCurrentThreadId — Identification Description
public static int Thread::getCurrentThreadId
( void
)
Will return the identity of the currently executing Thread ParametersThis function has no parameters. Return ValuesA numeric identity Examples
Example #1 Return the identity of the currently executing Thread
<?php The above example will output: My is Thread #123456778899 |
more
Recently updated
more
Most requested
more
Last requests
|