daemonize

    范例

    1. use Workerman\Worker;
    2. $worker = new Worker('text://0.0.0.0:8484');
    3. {
    4. };
    5. Worker::runAll();