Пример #1
0
 public static function static_print($text)
 {
     $x = new TestThread();
     $x->print_ln($text);
 }