Thread::startExecution Description
public boolean Thread::start
([ integer
$options
] )Will start a new Thread to execute the implemented run method Parameters
Return ValuesA boolean indication of success Examples
Example #1 Starting Threads
<?phpThe above example will output: bool(true) |