|
Thread::isJoinedState Detection Description
final public boolean Thread::isJoined
( void
)
Tell if the referenced Thread has been joined by another context 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) |