Exemplo n.º 1
0
 public function main()
 {
     echo "Shutdown server...\n";
     common\connection::sendToChannel(1, 'server shutdowning...');
     common\connection::shutdownServ();
 }