-1

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?

sth
  • 222,467
  • 53
  • 283
  • 367
Liakos
  • 512
  • 5
  • 10

1 Answers1

0

See command line options

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

Glavić
  • 42,781
  • 13
  • 77
  • 107