Php守护进程-q开关[复制]

This question already has an answer here:

In XAMPP, in order to run a php daemon we use:

php -q htdocs\folder1\folder2\daemon.php

What is the meaning of -q? Are there any more commands like this I need to know?

</div>

See command line options

-q | --no-header | Quiet-mode. Suppress HTTP header output (CGI only).