PHP » GoLang |
login |
register |
about
|
GoLang Thread::isJoined
request it (475)
GoLang replacement for PHP's Thread::isJoined
[edit | history]
Thread::isJoined(PECL pthreads >= 2.0.0) Thread::isJoined — State Detection Description
public bool Thread::isJoined
( void
)
Tell if the referenced Thread has been joined ParametersThis function has no parameters. Return ValuesA boolean indication of state Examples
Example #1 Detect the state of the referenced Thread
<?php The above example will output: bool(false) |
more
Recently updated
more
Most requested
more
Last requests
|