Пример #1
0
 function Run()
 {
     $var = new CSMTPServer();
     $var->startTime = time();
     $var->Start();
     $var->Listen();
 }