(PECL pthreads >= 0.0.33)
Thread::getThread — Import a Thread created in another context.
$tid
)Import a Thread created in another context for the purposes of synchronization.
tid
A valid Thread identifier returned by a previous call to Thread::getThreadId().
An ImportedThread represetning the Thread referenced by tid, if it can be found in the current instance of PHP.