Php daemon -q switch -


this question has answer here:

in xampp, in order run php daemon use:

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

what meaning of -q? there more commands need know?

see command line options

-q | --no-header | quiet-mode. suppress http header output (cgi only).


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -