Worker::startExecution Description
final public boolean Worker::start
([ long
$options
] )Will start a new Thread, executing Worker::run and then waiting for Stackables Parameters
Return ValuesA boolean indication of success Examples
Example #1 Starting Workers
<?php The above example will output: bool(true) |