我想在方法中判斷當(dāng)前項(xiàng)目運(yùn)行模式是: php start.php start 還是 php start.php start -d
Worker::$daemonize 是true則是 -d,否則不是
Worker::$daemonize
true
-d
好的 謝謝