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