Thread::getThreadId
Identification
&reftitle.description;
public intThread::getThreadId
Will return the identity of the referenced Thread
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
A numeric identity
&reftitle.examples;
Return the identity of the referenced Thread
getThreadId());
}
}
$my = new My();
$my->start();
?>
]]>
&example.outputs;