Php daemon -q switch -
this question has answer here:
- what mean run php in quiet mode? 2 answers
in xampp, in order run php daemon use:
php -q htdocs\folder1\folder2\daemon.php
what meaning of -q
? there more commands need know?
-q | --no-header | quiet-mode. suppress http header output (cgi only).
Comments
Post a Comment