PHP » GoLang |
login |
register |
about
|
Thread::kill(PECL pthreads < 3.0.0) Thread::kill — Execution Warning
This method has been removed in pthreads v3. Description
public void Thread::kill
( void
)
Forces the referenced Thread to terminate Warning
The programmer should not ordinarily kill Threads by force ParametersThis function has no parameters. Return ValuesA boolean indication of success Examples
Example #1 Kill the referenced Thread
<?php The above example will output: bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|