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