pht\Thread::start
Starts the new thread
&reftitle.description;
public voidpht\Thread::start
This will cause a new thread to be spawned for the associated
pht\Thread object, where its internal task queue will
begin to be processed.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
No return value.
&reftitle.examples;
Starting a new thread
start();
$thread->join();
]]>