start() public méthode

public start ( integer $options = PTHREADS_INHERIT_ALL )
$options integer
 public function start($options = PTHREADS_INHERIT_NONE)
 {
     parent::start(PTHREADS_INHERIT_CONSTANTS | PTHREADS_INHERIT_FUNCTIONS);
 }