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?
-q
See command line options
-q | --no-header | Quiet-mode. Suppress HTTP header output (CGI only).