Thread::isStarted State Detection &reftitle.description; public boolThread::isStarted Tell if the referenced Thread was started &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; boolean indication of state &reftitle.examples; Tell if the referenced Thread was started start(); var_dump($worker->isStarted()); ?> ]]> &example.outputs;