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>
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>
收起
-q | --no-header | Quiet-mode. Suppress HTTP header output (CGI only).
报告相同问题?