Thread::kill Execution &reftitle.description; public voidThread::kill Forces the referenced Thread to terminate The programmer should not ordinarily kill Threads by force &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; A boolean indication of success &reftitle.examples; Kill the referenced Thread start(); var_dump($t->kill()); ?> ]]> &example.outputs;