예제 #1
0
 public function run()
 {
     sleep(1);
     echo '-----------------------------------</br>Im worker ' . $this->getThreadId() . "</br>";
     if (isset($this->config)) {
         self::$connection = new PDO(...$this->config);
     }
 }
예제 #2
0
 public function run()
 {
     if (isset($this->config)) {
         self::$connection = new PDO(...$this->config);
     }
 }