Martin,

you can either use the file 'php://stdout', which will open stadard
output independant of platform, or access /dev/stdout, which is a
symlink to the stdout stream of your process.

Also, any output that is printed from PHP will be printed to stdout.

Cheers,
Ben

Martin Thoma wrote:
> 
> Hello !
> 
> Which is the name for the standard-output on Linux ?
> 
> The background: I want to use PGP (2.6.3.) to put the encrypted file out
> on standard-output.
> 
> Regards
> 
> Martin
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to