我想在方法中判斷當前項目運行模式是: php start.php start 還是 php start.php start -d
Worker::$daemonize 是true則是 -d,否則不是
Worker::$daemonize
true
-d
好的 謝謝