コード例 #1
0
ファイル: server.php プロジェクト: xingcuntian/php-queue
<?php

require __DIR__ . '/classes/Server.php';
$serv = new QueueServer();
$serv->listen();