PHP » GoLang |
login |
register |
about
|
Thread::join(PECL pthreads >= 2.0.0) Thread::join — Synchronization Description
public bool Thread::join
( void
)
Causes the calling context to wait for the referenced Thread to finish executing ParametersThis function has no parameters. Return ValuesA boolean indication of success Examples
Example #1 Join with the referenced Thread
<?php The above example will output: bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|