Thread::startExecution Description
public bool Thread::start(int
$options = ?)Will start a new Thread to execute the implemented run method Parameters
Return Values
Returns Examples
Example #1 Starting Threads
The above example will output: bool(true) |