|
Posted by Rory Browne on 08/02/05 19:11
On 8/1/05, Jay Blanchard <jay.blanchard@niicommunications.com> wrote:
> [snip]
> What is the "-q" for? I can't find any documentation on it. If I do
> a "php -h" or "man php", it is not listed. I am running php 5.0.3 on
> RHEL ES 4
> [/snip]
>
> It means 'quiet'...in other words do not send anything to standard out.
I'm open to correction but I think that normal output will still
appear. It's only headers like Content-type, or Location, etc that the
-q suppresses.
echo's printf's and ?> this <?php will still be outputted - I think
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Navigation:
[Reply to this message]
|